emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] master c81d5c2 044/108: Add erc-mode to excluded-modes


From: Artur Malabarba
Subject: [elpa] master c81d5c2 044/108: Add erc-mode to excluded-modes
Date: Wed, 25 Mar 2015 18:39:01 +0000

branch: master
commit c81d5c28bfbd8fde2a4b0c27af32e06375913ee9
Author: Artur Malabarba <address@hidden>
Commit: Artur Malabarba <address@hidden>

    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

[Prev in Thread] Current Thread [Next in Thread]