mirror of
https://github.com/magnars/multiple-cursors.el.git
synced 2025-10-13 21:03:05 +00:00
Add flyspell-mode to unsupported minor modes
This commit is contained in:
parent
374244b66e
commit
7a236d174e
@ -430,7 +430,7 @@ So you can paste it in later with `yank-rectangle'."
|
|||||||
(unless (mc--all-equal entries)
|
(unless (mc--all-equal entries)
|
||||||
(setq killed-rectangle 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.
|
"List of minor-modes that does not play well with multiple-cursors.
|
||||||
They are temporarily disabled when multiple-cursors are active.")
|
They are temporarily disabled when multiple-cursors are active.")
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user