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

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

[elpa] externals/corfu e226da3 1/6: Oops, use `:global nil` instead of `


From: Protesilaos Stavrou
Subject: [elpa] externals/corfu e226da3 1/6: Oops, use `:global nil` instead of `:local t`
Date: Sat, 17 Apr 2021 18:26:55 -0400 (EDT)

branch: externals/corfu
commit e226da3ea4feb7a43efb09ce62e5de9afbab2748
Author: Daniel Mendler <mail@daniel-mendler.de>
Commit: Daniel Mendler <mail@daniel-mendler.de>

    Oops, use `:global nil` instead of `:local t`
---
 corfu.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/corfu.el b/corfu.el
index 25bf57a..3532cc3 100644
--- a/corfu.el
+++ b/corfu.el
@@ -579,7 +579,7 @@ If `line-spacing/=nil' or in text-mode, the background 
color is used instead.")
 ;;;###autoload
 (define-minor-mode corfu-mode
   "Completion Overlay Region FUnction"
-  :local t
+  :global nil
   (remove-hook 'completion-in-region-mode-hook #'corfu--mode-hook 'local)
   (kill-local-variable 'completion-in-region-function)
   (when corfu-mode



reply via email to

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