diff options
author | Matthew Lemon <y@yulqen.org> | 2022-12-20 08:13:23 +0000 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2022-12-20 08:13:23 +0000 |
commit | f3b41b01034378f651791290013b203fb4e4315a (patch) | |
tree | 99ea792454388ebc16adb3f0066bc9f5082c3c14 /muttrc | |
parent | 2a136772a85720db63ec011c4b3198a48f8e28e9 (diff) |
switched to emacs as mutt editor client
Diffstat (limited to 'muttrc')
-rw-r--r-- | muttrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |