diff options
author | luxagraf <sng@luxagraf.net> | 2023-12-27 11:25:15 -0500 |
---|---|---|
committer | luxagraf <sng@luxagraf.net> | 2023-12-27 11:25:15 -0500 |
commit | 67f7bd972d749d56508d300411f91f95fda2d3ee (patch) | |
tree | b4e488a768b96ef0c0e32aa6759f377a2dc7de90 /.mutt/muttrc | |
parent | 7380bd8704baa93e56832fd1bf1bd573e6e3a2d5 (diff) |
various dotfile updates from the past couple months
Diffstat (limited to '.mutt/muttrc')
-rw-r--r-- | .mutt/muttrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.mutt/muttrc b/.mutt/muttrc index b93fdb7..9588d93 100644 --- a/.mutt/muttrc +++ b/.mutt/muttrc @@ -146,7 +146,6 @@ set query_command = "khard email --parsable %s" bind editor <Tab> complete-query bind editor ^T complete set editor="vim -c 'set spell spelllang=en'" -source ~/.mutt/mutt-colors-solarized-dark-16.muttrc #undo limit searches macro index c "<limit>all\n" "show all messages (undo limit)" @@ -162,3 +161,4 @@ source ~/.mutt/personal #folder-hook personal/* source ~/.mutt/personal #folder-hook wired/* source ~/.mutt/work +source ~/.mutt/mutt-colors-solarized-dark-16.muttrc |