From: Artur Malabarba Date: Tue, 1 Sep 2015 17:16:04 +0000 (+0100) Subject: Add special support for multiple-cursors-mode X-Git-Url: https://code.delx.au/gnu-emacs-elpa/commitdiff_plain/92a46548cf893041336b5ec94e3fd9e6d9c9df2b Add special support for multiple-cursors-mode --- diff --git a/aggressive-indent.el b/aggressive-indent.el index 1412ee9d4..1143dd1af 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