aboutsummaryrefslogtreecommitdiff
path: root/muttrc.dot.link
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2014-06-05 18:17:26 -0300
committerSilvio Rhatto <rhatto@riseup.net>2014-06-05 18:17:26 -0300
commitbb82ab349af085ce310ebe52b39e6814f238db89 (patch)
tree542e5e84bc1e8b9cc8c1a0a945c371cbe2e7f8ec /muttrc.dot.link
parent85e32ab2f43f2affed4b9c3878725833af7be21e (diff)
downloadmail-bb82ab349af085ce310ebe52b39e6814f238db89.tar.gz
mail-bb82ab349af085ce310ebe52b39e6814f238db89.tar.bz2
Source custom configuration after everything else
Diffstat (limited to 'muttrc.dot.link')
-rw-r--r--muttrc.dot.link13
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"