branch: master
commit c81d5c28bfbd8fde2a4b0c27af32e06375913ee9
Author: Artur Malabarba <bruce.connor...@gmail.com>
Commit: Artur Malabarba <bruce.connor...@gmail.com>

    Add erc-mode to excluded-modes
---
 aggressive-indent.el |   12 ++++++++----
 1 files changed, 8 insertions(+), 4 deletions(-)

diff --git a/aggressive-indent.el b/aggressive-indent.el
index b0bc742..994bbe0 100644
--- a/aggressive-indent.el
+++ b/aggressive-indent.el
@@ -105,10 +105,14 @@ Please include this in your report!"
 
 ;;; 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,

Reply via email to