mirror of
https://github.com/magnars/multiple-cursors.el.git
synced 2025-10-13 21:03:05 +00:00
Merge pull request #143 from mjdarby/jedi-mode
Adds jedi-mode to list of unsupported minor modes
This commit is contained in:
commit
084714791b
@ -428,7 +428,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 flyspell-mode)
|
(defvar mc/unsupported-minor-modes '(auto-complete-mode flyspell-mode jedi-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