]> gitweb.fluxo.info Git - rhatto/dotfiles/mail.git/commitdiff
Source custom configuration after everything else
authorSilvio Rhatto <rhatto@riseup.net>
Thu, 5 Jun 2014 21:17:26 +0000 (18:17 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Thu, 5 Jun 2014 21:17:26 +0000 (18:17 -0300)
muttrc.dot.link

index 2b83a57483887547072297680e5c509d89926a03..f1ea5a106948c8de687bd4b64a45be0558d92c02 100644 (file)
@@ -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"