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

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

[nongnu] elpa/multiple-cursors d184f35 301/434: Add company-mode to the


From: ELPA Syncer
Subject: [nongnu] elpa/multiple-cursors d184f35 301/434: Add company-mode to the list of unsupported minor modes.
Date: Sat, 7 Aug 2021 09:20:47 -0400 (EDT)

branch: elpa/multiple-cursors
commit d184f353ef67e0b90767c75f76aa4bc7bd995b05
Author: Bailey Ling <bling@live.ca>
Commit: Bailey Ling <bling@live.ca>

    Add company-mode to the list of 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 f8d5409..974b1b8 100644
--- a/multiple-cursors-core.el
+++ b/multiple-cursors-core.el
@@ -428,7 +428,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 flyspell-mode 
jedi-mode)
+(defvar mc/unsupported-minor-modes '(company-mode auto-complete-mode 
flyspell-mode jedi-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]