emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/multiple-cursors 7a236d1 233/434: Add flyspell-mode to uns


From: ELPA Syncer
Subject: [nongnu] elpa/multiple-cursors 7a236d1 233/434: Add flyspell-mode to unsupported minor modes
Date: Sat, 7 Aug 2021 09:20:32 -0400 (EDT)

branch: elpa/multiple-cursors
commit 7a236d174eab49dc3efa3cff4d7f54126a8b71cf
Author: Magnar Sveen <magnars@gmail.com>
Commit: Magnar Sveen <magnars@gmail.com>

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]