diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2014-06-05 18:17:26 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2014-06-05 18:17:26 -0300 |
commit | bb82ab349af085ce310ebe52b39e6814f238db89 (patch) | |
tree | 542e5e84bc1e8b9cc8c1a0a945c371cbe2e7f8ec | |
parent | 85e32ab2f43f2affed4b9c3878725833af7be21e (diff) | |
download | mail-bb82ab349af085ce310ebe52b39e6814f238db89.tar.gz mail-bb82ab349af085ce310ebe52b39e6814f238db89.tar.bz2 |
Source custom configuration after everything else
-rw-r--r-- | muttrc.dot.link | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/muttrc.dot.link b/muttrc.dot.link index 2b83a57..f1ea5a1 100644 --- a/muttrc.dot.link +++ b/muttrc.dot.link @@ -5,11 +5,6 @@ # /~ # -#--------------------- -# Custom configuration -#--------------------- -source "~/.custom/muttrc" - # ----------- # Color setup # ----------- @@ -487,3 +482,11 @@ macro compose x "<exit> n" "Discard message" # Collapse bind index P collapse-all + +#----------------------------------------------------- +# Custom configuration +# +# We keep this section after all other stuff so custom +# configuration can overwrite all defaults. +#----------------------------------------------------- +source "~/.custom/muttrc" |