aboutsummaryrefslogtreecommitdiffstats
path: root/mutt
diff options
context:
space:
mode:
authorMatthew Lemon <y@yulqen.org>2024-08-14 13:59:42 +0100
committerMatthew Lemon <y@yulqen.org>2024-08-14 13:59:42 +0100
commit3d346f69babced0c4dee305e325ab3965cff8996 (patch)
tree5a111bf8bbb23ba049cf4dbcb99f668fec2e05c1 /mutt
parentb21947e478539da2ffdf0d59dd7ccb639d25b655 (diff)
Sets editor back to vim
Diffstat (limited to '')
-rw-r--r--muttrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/muttrc b/muttrc
index 4dbd7aa..bccf408 100644
--- a/muttrc
+++ b/muttrc
@@ -196,6 +196,7 @@ set postpone=ask-no # default to know when asking to postpone
#set editor = "vim" # Use terminal Vim to compose email.
set editor = "vim %s"
+#set editor = "emacsclient -nw %s"
set from = "matt@matthewlemon.com"
set sendmail = "/usr/bin/msmtp -a purelymail"