summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemsen2011-06-15 12:22:33 +0200
committerGravatar Tom Willemsen2011-06-15 12:22:33 +0200
commit720c7e82d4508cc68e043b2b1bf6d074bc647b45 (patch)
tree811cc74460a249904d350a841229871aa32f5cda
parent9df6bb4922d08a9db2233f738b691eebc6e3120a (diff)
downloaddotfiles-720c7e82d4508cc68e043b2b1bf6d074bc647b45.tar.gz
dotfiles-720c7e82d4508cc68e043b2b1bf6d074bc647b45.zip
MUTT: set emacs as my editor
I don't really use vim, and I like emacs better, so now I am using it.
-rw-r--r--muttrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/muttrc b/muttrc
index f5a09a5..9653757 100644
--- a/muttrc
+++ b/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 mailcap_path = ~/.mutt/mailcap # entries for filetypes
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
# main options