]> code.delx.au - gnu-emacs-elpa/commitdiff
Add erc-mode to excluded-modes
authorArtur Malabarba <bruce.connor.am@gmail.com>
Tue, 28 Oct 2014 22:29:25 +0000 (22:29 +0000)
committerArtur Malabarba <bruce.connor.am@gmail.com>
Tue, 28 Oct 2014 22:29:25 +0000 (22:29 +0000)
aggressive-indent.el

index b0bc74206edad76f4348141fd11daf15c99737a0..994bbe0cc309a7b818a006df809194d7e53b29ed 100644 (file)
@@ -105,10 +105,14 @@ Please include this in your report!"
 \f
 ;;; Start of actual Code:
 (defcustom excluded-modes
-  '(text-mode tabulated-list-mode special-mode
-              minibuffer-inactive-mode
-              bibtex-mode
-              yaml-mode jabber-chat-mode)
+  '(text-mode
+    tabulated-list-mode
+    special-mode
+    minibuffer-inactive-mode
+    bibtex-mode
+    erc-mode
+    yaml-mode
+    jabber-chat-mode)
   "Modes in which `aggressive-indent-mode' should not be activated.
 This variable is only used if `global-aggressive-indent-mode' is
 active. If the minor mode is turned on with the local command,