]> code.delx.au - gnu-emacs-elpa/commitdiff
Fix for iedit-mode
authorArtur Malabarba <bruce.connor.am@gmail.com>
Wed, 14 Oct 2015 11:35:08 +0000 (12:35 +0100)
committerArtur Malabarba <bruce.connor.am@gmail.com>
Wed, 14 Oct 2015 11:35:08 +0000 (12:35 +0100)
aggressive-indent.el

index 5d6b80373765b8ce390b043c2958e6a4d2cbfdfd..3a5be47597f85d5490b1f4dfabb9cf41bf5a1b66 100644 (file)
@@ -3,8 +3,8 @@
 ;; Copyright (C) 2014 Free Software Foundation, Inc.
 
 ;; Author: Artur Malabarba <emacs@endlessparentheses.com>
-;; URL: http://github.com/Malabarba/aggressive-indent-mode
-;; Version: 1.4
+;; URL: https://github.com/Malabarba/aggressive-indent-mode
+;; Version: 1.4.1
 ;; Package-Requires: ((emacs "24.1") (cl-lib "0.5"))
 ;; Keywords: indent lisp maint tools
 ;; Prefix: aggressive-indent
@@ -234,6 +234,10 @@ This is for internal use only.  For user customization, use
   '(when (boundp 'iedit-mode)
      (add-to-list 'aggressive-indent--internal-dont-indent-if
                   'iedit-mode)))
+(eval-after-load 'evil
+  '(when (boundp 'iedit-mode)
+     (add-to-list 'aggressive-indent--internal-dont-indent-if
+                  'iedit-mode)))
 (eval-after-load 'coq
   '(add-to-list 'aggressive-indent--internal-dont-indent-if
                 '(and (derived-mode-p 'coq-mode)