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

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

[elpa] externals/corfu b5bfe47610 2/2: corfu-send/corfu-expand: Set comp


From: ELPA Syncer
Subject: [elpa] externals/corfu b5bfe47610 2/2: corfu-send/corfu-expand: Set completion-predicate
Date: Tue, 16 Jul 2024 12:57:56 -0400 (EDT)

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

    corfu-send/corfu-expand: Set completion-predicate
---
 corfu.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/corfu.el b/corfu.el
index 95092512bb..e3e7c14f73 100644
--- a/corfu.el
+++ b/corfu.el
@@ -1391,8 +1391,8 @@ See `global-corfu-modes' and `global-corfu-minibuffer'."
 
 ;; Emacs 28: Do not show Corfu commands with M-X
 (dolist (sym '(corfu-next corfu-previous corfu-first corfu-last corfu-quit 
corfu-reset
-               corfu-complete corfu-insert corfu-scroll-up corfu-scroll-down
-               corfu-insert-separator corfu-prompt-beginning corfu-prompt-end))
+               corfu-complete corfu-insert corfu-scroll-up corfu-scroll-down 
corfu-expand
+               corfu-send corfu-insert-separator corfu-prompt-beginning 
corfu-prompt-end))
   (put sym 'completion-predicate #'ignore))
 
 (defun corfu--capf-wrapper-advice (orig fun which)



reply via email to

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