branch: elpa/multiple-cursors
commit 7a236d174eab49dc3efa3cff4d7f54126a8b71cf
Author: Magnar Sveen <[email protected]>
Commit: Magnar Sveen <[email protected]>
Add flyspell-mode to unsupported minor modes
---
multiple-cursors-core.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/multiple-cursors-core.el b/multiple-cursors-core.el
index b6ab255..a9f97ec 100644
--- a/multiple-cursors-core.el
+++ b/multiple-cursors-core.el
@@ -430,7 +430,7 @@ So you can paste it in later with `yank-rectangle'."
(unless (mc--all-equal entries)
(setq killed-rectangle entries))))
-(defvar mc/unsupported-minor-modes '(auto-complete-mode)
+(defvar mc/unsupported-minor-modes '(auto-complete-mode flyspell-mode)
"List of minor-modes that does not play well with multiple-cursors.
They are temporarily disabled when multiple-cursors are active.")