diff options
author | Matthew Lemon <y@yulqen.org> | 2024-08-14 13:59:42 +0100 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2024-08-14 13:59:42 +0100 |
commit | 3d346f69babced0c4dee305e325ab3965cff8996 (patch) | |
tree | 5a111bf8bbb23ba049cf4dbcb99f668fec2e05c1 | |
parent | b21947e478539da2ffdf0d59dd7ccb639d25b655 (diff) |
Sets editor back to vim
Diffstat (limited to '')
-rw-r--r-- | muttrc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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" |