Added JEKYLL_EDITOR variable

This will replace the default $EDITOR used in the Jekyll plugin
pull/68/head
Mark Szymanski 2011-07-02 21:44:47 -05:00
parent a85080c8b0
commit 450a1d1090
1 changed files with 4 additions and 0 deletions

View File

@ -15,3 +15,7 @@ REMOTES="user@host_1:path user@host_2:path"
# Same rules as above. Can be HTML, textile, or markdown # Same rules as above. Can be HTML, textile, or markdown
MARKUPS="markdown textile" MARKUPS="markdown textile"
# If you want to use a different editor for Jekyll, change the value of this variable
JEKYLL_EDITOR="$EDITOR"