diff options
author | Joe <bousset.rudy@gmail.com> | 2022-07-08 09:56:12 +0200 |
---|---|---|
committer | Joe <bousset.rudy@gmail.com> | 2022-07-08 09:56:12 +0200 |
commit | e984469096b464c28f4f331fe29835f04e650437 (patch) | |
tree | d80c0fd3a44cab2047c735ba9d472f0ed54c8555 | |
parent | update (diff) | |
download | dotfiles-bsd-e984469096b464c28f4f331fe29835f04e650437.tar.gz dotfiles-bsd-e984469096b464c28f4f331fe29835f04e650437.tar.bz2 dotfiles-bsd-e984469096b464c28f4f331fe29835f04e650437.tar.xz dotfiles-bsd-e984469096b464c28f4f331fe29835f04e650437.tar.zst dotfiles-bsd-e984469096b464c28f4f331fe29835f04e650437.zip |
udpate
-rw-r--r-- | .config/mutt/defaults.muttrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/mutt/defaults.muttrc b/.config/mutt/defaults.muttrc index f4071b5..5a6960b 100644 --- a/.config/mutt/defaults.muttrc +++ b/.config/mutt/defaults.muttrc @@ -3,7 +3,7 @@ # mutt-wizard will have this file sourced from your muttrc. # In the interest of seamless updating, do not edit this file. # If you want to override any settings, set those in your muttrc. -set editor = "emacsclient -c -a nvim" +set editor = "emacsclient -nw -a nvim" set mailcap_path = /usr/home/jozan/.config/mutt/mailcap set date_format="%d/%m/%y %H:%M" set index_format="%2C %Z %?X?A& ? %D %-16.16F %s (%-4.4c)" |