From: Silvio Rhatto Date: Thu, 5 Jun 2014 21:17:26 +0000 (-0300) Subject: Source custom configuration after everything else X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=bb82ab349af085ce310ebe52b39e6814f238db89;p=rhatto%2Fdotfiles%2Fmail.git Source custom configuration after everything else --- 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 " 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"