branch: master
commit 92a46548cf893041336b5ec94e3fd9e6d9c9df2b
Author: Artur Malabarba <[email protected]>
Commit: Artur Malabarba <[email protected]>

    Add special support for multiple-cursors-mode
---
 aggressive-indent.el |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/aggressive-indent.el b/aggressive-indent.el
index 1412ee9..1143dd1 100644
--- a/aggressive-indent.el
+++ b/aggressive-indent.el
@@ -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

Reply via email to