]> code.delx.au - gnu-emacs-elpa/commitdiff
Add special support for multiple-cursors-mode
authorArtur Malabarba <bruce.connor.am@gmail.com>
Tue, 1 Sep 2015 17:16:04 +0000 (18:16 +0100)
committerArtur Malabarba <bruce.connor.am@gmail.com>
Tue, 1 Sep 2015 17:16:04 +0000 (18:16 +0100)
aggressive-indent.el

index 1412ee9d49c32389fe44693cb5a73f237902b087..1143dd1af21dfb7259dd02049ebad24e5fa2dd00 100644 (file)
@@ -222,6 +222,10 @@ change."
   '(when (boundp 'ac-completing)
      (add-to-list 'aggressive-indent--internal-dont-indent-if
                   'ac-completing)))
+(eval-after-load 'multiple-cursors-core
+  '(when (boundp 'multiple-cursors-mode)
+     (add-to-list 'aggressive-indent--internal-dont-indent-if
+                  'multiple-cursors-mode)))
 (eval-after-load 'iedit
   '(when (boundp 'iedit-mode)
      (add-to-list 'aggressive-indent--internal-dont-indent-if