]> code.delx.au - gnu-emacs-elpa/commitdiff
Merge commit '6811a4d2788cf6753a19be728b78e13dd44e4ca8'
authorArtur Malabarba <bruce.connor.am@gmail.com>
Wed, 6 May 2015 10:00:47 +0000 (11:00 +0100)
committerArtur Malabarba <bruce.connor.am@gmail.com>
Wed, 6 May 2015 10:00:47 +0000 (11:00 +0100)
packages/aggressive-indent/aggressive-indent.el

index 7321fd5074a33eee4a4aa6caea92007878d61ee0..5d91396801ba01280947dfebc388a2c0a512b4fe 100644 (file)
@@ -4,7 +4,7 @@
 
 ;; Author: Artur Malabarba <emacs@endlessparentheses.com>
 ;; URL: http://github.com/Malabarba/aggressive-indent-mode
-;; Version: 1.0.1
+;; Version: 1.0.2
 ;; Package-Requires: ((emacs "24.1") (names "20150125.9") (cl-lib "0.5"))
 ;; Keywords: indent lisp maint tools
 ;; Prefix: aggressive-indent
@@ -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.