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

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

[elpa] externals/aggressive-indent 893dae0 10/43: Add some modes to excl


From: Stefan Monnier
Subject: [elpa] externals/aggressive-indent 893dae0 10/43: Add some modes to excluded modes
Date: Wed, 7 Jul 2021 22:49:40 -0400 (EDT)

branch: externals/aggressive-indent
commit 893dae0245437c38ad898c83e0486612ea8d3125
Author: Artur Malabarba <artur@biva.com.br>
Commit: Artur Malabarba <artur@biva.com.br>

    Add some modes to excluded modes
---
 aggressive-indent.el | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/aggressive-indent.el b/aggressive-indent.el
index fbc5354..311f3d9 100644
--- a/aggressive-indent.el
+++ b/aggressive-indent.el
@@ -112,13 +112,17 @@ Please include this in your report!"
           (repeat :tag "List of major-modes to avoid `electric-indent-mode'." 
symbol))
   :package-version '(aggressive-indent . "0.3.1"))
 
-(defcustom aggressive-indent-excluded-modes nil
+(defcustom aggressive-indent-excluded-modes
+  '(makefile-mode
+    makefile-gmake-mode
+    text-mode
+    yaml-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.3.1"))
+  :package-version '(aggressive-indent . "1.8.4"))
 
 (defcustom aggressive-indent-protected-commands '(undo undo-tree-undo 
undo-tree-redo whitespace-cleanup)
   "Commands after which indentation will NOT be performed.



reply via email to

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