diff options
author | Matthew Lemon <y@yulqen.org> | 2023-03-28 15:15:01 +0100 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2023-03-28 15:15:01 +0100 |
commit | 9653e8ae0c913f5fbd38fbd0ee47024d22c1f81e (patch) | |
tree | 19d88e5ddda62e971c5885fa1ea0bf86f3c7f256 /muttrc | |
parent | e381f23ae8091f2f169f76a33a20dd03a0996c48 (diff) |
added back vim as the text editor of choice
Diffstat (limited to '')
-rw-r--r-- | muttrc | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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" |