aboutsummaryrefslogtreecommitdiff
path: root/muttrc.dot.link
diff options
context:
space:
mode:
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"