aboutsummaryrefslogtreecommitdiffstats
path: root/muttrc
diff options
context:
space:
mode:
authorMatthew Lemon <y@yulqen.org>2023-03-28 15:15:01 +0100
committerMatthew Lemon <y@yulqen.org>2023-03-28 15:15:01 +0100
commit9653e8ae0c913f5fbd38fbd0ee47024d22c1f81e (patch)
tree19d88e5ddda62e971c5885fa1ea0bf86f3c7f256 /muttrc
parente381f23ae8091f2f169f76a33a20dd03a0996c48 (diff)
added back vim as the text editor of choice
Diffstat (limited to '')
-rw-r--r--muttrc4
1 files changed, 2 insertions, 2 deletions
diff --git a/muttrc b/muttrc
index fb3a8cc..cb75059 100644
--- a/muttrc
+++ b/muttrc
@@ -213,8 +213,8 @@ set reverse_name # reply as whomever it was to
set include # include message in replies
set forward_quote # include message in forwards
-#set editor = "vim" # Use terminal Vim to compose email.
-set editor = "emacsclient -t %s"
+set editor = "vim" # Use terminal Vim to compose email.
+#set editor = "emacsclient -t %s"
set from = "matt@matthewlemon.com"
#set sendmail = "/usr/bin/msmtp -a fastmail"