[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
- [elpa] externals/corfu updated (4c2c997 -> 5214170), Protesilaos Stavrou, 2021/04/17
- [elpa] externals/corfu e226da3 1/6: Oops, use `:global nil` instead of `:local t`,
Protesilaos Stavrou <=
- [elpa] externals/corfu 68d799a 2/6: Revert "Add corfu-completion-styles", Protesilaos Stavrou, 2021/04/17
- [elpa] externals/corfu 6c361fd 3/6: README: Update caveats section, Protesilaos Stavrou, 2021/04/17
- [elpa] externals/corfu 4c2d5de 4/6: Update readme, Protesilaos Stavrou, 2021/04/17
- [elpa] externals/corfu 59263bf 5/6: Hide scrollbar if there are fewer than corfu-count candidates, Protesilaos Stavrou, 2021/04/17
- [elpa] externals/corfu 5214170 6/6: Add base string when previewing the current candidate, Protesilaos Stavrou, 2021/04/17