Set default editors
This commit is contained in:
parent
5fb0244720
commit
04dd9dabf6
1 changed files with 3 additions and 0 deletions
|
@ -8,3 +8,6 @@ for pager in vim nano emacs ; do
|
|||
fi
|
||||
done
|
||||
|
||||
export EDITOR="vim"
|
||||
export MARKDOWN_DOC_EDITOR="ghostwriter"
|
||||
export MARKDOWN_SLIDES_EDITOR="Marp"
|
||||
|
|
Loading…
Reference in a new issue