aboutsummaryrefslogtreecommitdiffstats
path: root/muttrc
diff options
context:
space:
mode:
authorMatthew Lemon <y@yulqen.org>2022-12-20 08:13:23 +0000
committerMatthew Lemon <y@yulqen.org>2022-12-20 08:13:23 +0000
commitf3b41b01034378f651791290013b203fb4e4315a (patch)
tree99ea792454388ebc16adb3f0066bc9f5082c3c14 /muttrc
parent2a136772a85720db63ec011c4b3198a48f8e28e9 (diff)
switched to emacs as mutt editor client
Diffstat (limited to 'muttrc')
-rw-r--r--muttrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/muttrc b/muttrc
index 47385bb..fb3a8cc 100644
--- a/muttrc
+++ b/muttrc
@@ -214,7 +214,7 @@ set include # include message in replies
set forward_quote # include message in forwards
#set editor = "vim" # Use terminal Vim to compose email.
-set editor = "vim %s"
+set editor = "emacsclient -t %s"
set from = "matt@matthewlemon.com"
#set sendmail = "/usr/bin/msmtp -a fastmail"