Navigation Menu

Skip to content

Commit

Permalink
Added JEKYLL_EDITOR variable
Browse files Browse the repository at this point in the history
This will replace the default $EDITOR used in the Jekyll plugin
  • Loading branch information
Mark Szymanski committed Jul 3, 2011
1 parent a85080c commit 450a1d1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions template/jekyllconfig.template.bash
Expand Up @@ -15,3 +15,7 @@ REMOTES="user@host_1:path user@host_2:path"
# Same rules as above. Can be HTML, textile, or markdown

MARKUPS="markdown textile"

# If you want to use a different editor for Jekyll, change the value of this variable

JEKYLL_EDITOR="$EDITOR"

0 comments on commit 450a1d1

Please sign in to comment.