aboutsummaryrefslogtreecommitdiffstats
path: root/home
diff options
context:
space:
mode:
authorMark Nipper <nipsy@bitgnome.net>2025-07-24 11:02:32 -0700
committerMark Nipper <nipsy@bitgnome.net>2025-07-24 11:02:32 -0700
commit5ef7a8df60d825bac29132c42db29d8e348de33d (patch)
treec282557d773989be53cc7f31f5e3d0009a317cc4 /home
parente2ef6147aa96572be81f60267407262565cb1618 (diff)
downloadnix-5ef7a8df60d825bac29132c42db29d8e348de33d.tar
nix-5ef7a8df60d825bac29132c42db29d8e348de33d.tar.gz
nix-5ef7a8df60d825bac29132c42db29d8e348de33d.tar.bz2
nix-5ef7a8df60d825bac29132c42db29d8e348de33d.tar.lz
nix-5ef7a8df60d825bac29132c42db29d8e348de33d.tar.xz
nix-5ef7a8df60d825bac29132c42db29d8e348de33d.tar.zst
nix-5ef7a8df60d825bac29132c42db29d8e348de33d.zip
Remove vim formatoption
Diffstat (limited to '')
-rw-r--r--home/nipsy/arrakis/mutt/muttrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/home/nipsy/arrakis/mutt/muttrc b/home/nipsy/arrakis/mutt/muttrc
index 1293092..eec5b99 100644
--- a/home/nipsy/arrakis/mutt/muttrc
+++ b/home/nipsy/arrakis/mutt/muttrc
@@ -53,7 +53,7 @@ set confirmcreate=no # prompt when creating new files
set copy=yes # always save a copy of outgoing messages
set delete=yes # purge deleted messages without asking
set edit_headers # let me edit the message header when composing
-set editor="vim -c 'set textwidth=65' -c 'set noautoindent' -c 'set formatoptions+=a'" # editor to use when composing messages
+set editor="vim -c 'set textwidth=65' -c 'set noautoindent'" # editor to use when composing messages
#set editor="/usr/bin/nvi" # editor to use when composing messages
#set editor="/usr/bin/vi" # editor to use when composing messages
set fast_reply # skip initial prompts when replying