]> code.delx.au - gnu-emacs-elpa/commitdiff
Add more to excluded-modes
authorArtur Malabarba <bruce.connor.am@gmail.com>
Wed, 29 Oct 2014 15:22:38 +0000 (15:22 +0000)
committerArtur Malabarba <bruce.connor.am@gmail.com>
Wed, 29 Oct 2014 15:23:07 +0000 (15:23 +0000)
aggressive-indent.el

index 7bddd829da837fd95c8fe591cf2ca7bd28159be6..07312ae89326ed2826b611503e4ec45dd913bbc5 100644 (file)
@@ -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.