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.")