]> code.delx.au - gnu-emacs-elpa/commitdiff
Add iedit support. Fix #47
authorArtur Malabarba <bruce.connor.am@gmail.com>
Wed, 6 May 2015 09:54:10 +0000 (10:54 +0100)
committerArtur Malabarba <bruce.connor.am@gmail.com>
Wed, 6 May 2015 09:54:10 +0000 (10:54 +0100)
aggressive-indent.el

index 0212708e54b3e5a89ddb0c7830aa7a242d68e104..5acd6d05b62c67a0c8f9cd3dc6e2ae261ce38a59 100644 (file)
@@ -213,6 +213,10 @@ change."
   '(when (boundp 'ac-completing)
      (add-to-list 'aggressive-indent--internal-dont-indent-if
                   'ac-completing)))
+(eval-after-load 'iedit
+  '(when (boundp 'iedit-mode)
+     (add-to-list 'aggressive-indent--internal-dont-indent-if
+                  'iedit-mode)))
 
 (defcustom dont-indent-if '()
   "List of variables and functions to prevent aggressive indenting.