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

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

[elpa] externals/corfu c5fd1df36a: Hide corfu-prompt-beginning and -end


From: ELPA Syncer
Subject: [elpa] externals/corfu c5fd1df36a: Hide corfu-prompt-beginning and -end in M-x
Date: Wed, 17 May 2023 08:57:52 -0400 (EDT)

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

    Hide corfu-prompt-beginning and -end in M-x
---
 corfu.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/corfu.el b/corfu.el
index c5c55363cb..be096517b2 100644
--- a/corfu.el
+++ b/corfu.el
@@ -1298,7 +1298,7 @@ The ORIG function takes the FUN and WHICH arguments."
 ;; 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-insert-separator corfu-prompt-beginning corfu-prompt-end))
   (put sym 'completion-predicate #'ignore))
 
 (provide 'corfu)



reply via email to

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