MUTT: set emacs as my editor
I don't really use vim, and I like emacs better, so now I am using it.
This commit is contained in:
parent
9df6bb4922
commit
720c7e82d4
1 changed files with 1 additions and 1 deletions
2
muttrc
2
muttrc
|
@ -9,7 +9,7 @@ set message_cachedir = ~/.mutt/cache/bodies # where to store bodies
|
||||||
set certificate_file = ~/.mutt/certificates # where to store certs
|
set certificate_file = ~/.mutt/certificates # where to store certs
|
||||||
set mailcap_path = ~/.mutt/mailcap # entries for filetypes
|
set mailcap_path = ~/.mutt/mailcap # entries for filetypes
|
||||||
set tmpdir = ~/.mutt/temp # where to keep temp files
|
set tmpdir = ~/.mutt/temp # where to keep temp files
|
||||||
set editor = "/usr/bin/vim +/^$" # use vim and skip to first blank
|
set editor = "emacs -nw" # "/usr/bin/vim +/^$" # use vim and skip to first blank
|
||||||
# line
|
# line
|
||||||
|
|
||||||
# main options
|
# main options
|
||||||
|
|
Loading…
Reference in a new issue