diff options
Diffstat (limited to '.mutt')
-rw-r--r-- | .mutt/muttrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.mutt/muttrc b/.mutt/muttrc index fb57f0a..96c716e 100644 --- a/.mutt/muttrc +++ b/.mutt/muttrc @@ -49,7 +49,7 @@ set quote_regexp = "^( {0,4}[>|:#%]| {0,4}[a-z0-9]+[>|]+)+" alternative_order text/plain text/enriched text/html # Editor -set editor="nvim --noplugin" +set editor="vim --noplugin" set include=yes # Program to send mails |