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

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

[elpa] master 278084b 047/108: Add more to excluded-modes


From: Artur Malabarba
Subject: [elpa] master 278084b 047/108: Add more to excluded-modes
Date: Wed, 25 Mar 2015 18:39:03 +0000

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

    Add more to excluded-modes
---
 aggressive-indent.el |   17 +++++++++++------
 1 files changed, 11 insertions(+), 6 deletions(-)

diff --git a/aggressive-indent.el b/aggressive-indent.el
index 7bddd82..07312ae 100644
--- a/aggressive-indent.el
+++ b/aggressive-indent.el
@@ -112,20 +112,25 @@ Please include this in your report!"
   :package-version '(aggressive-indent . "0.3.1"))
 
 (defcustom excluded-modes
-  '(text-mode
-    tabulated-list-mode
-    special-mode
-    minibuffer-inactive-mode
+  '(
     bibtex-mode
+    coffee-mode
     erc-mode
+    jabber-chat-mode
+    haml-mode
+    minibuffer-inactive-mode
+    python-mode
+    special-mode
+    tabulated-list-mode
+    text-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,
 `aggressive-indent-mode', this variable is ignored."
   :type '(repeat symbol)
-  :package-version '(aggressive-indent . "0.2"))
+  :package-version '(aggressive-indent . "0.3.1"))
 
 (defcustom protected-commands '(undo undo-tree-undo undo-tree-redo)
   "Commands after which indentation will NOT be performed.



reply via email to

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