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

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

[elpa] externals/corfu 8761978: Add ignore to corfu-continue-commands


From: ELPA Syncer
Subject: [elpa] externals/corfu 8761978: Add ignore to corfu-continue-commands
Date: Sat, 13 Nov 2021 10:57:09 -0500 (EST)

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

    Add ignore to corfu-continue-commands
---
 corfu.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/corfu.el b/corfu.el
index e1a8895..90f13de 100644
--- a/corfu.el
+++ b/corfu.el
@@ -66,8 +66,8 @@ The value should lie between 0 and corfu-count/2."
 
 (defcustom corfu-continue-commands
   ;; nil is undefined command
-  '(nil completion-at-point "\\`corfu-" "\\`scroll-other-window"
-        universal-argument universal-argument-more digit-argument)
+  '(nil ignore completion-at-point universal-argument universal-argument-more 
digit-argument
+        "\\`corfu-" "\\`scroll-other-window")
   "Continue Corfu completion after executing these commands."
   :type '(repeat (choice regexp symbol)))
 



reply via email to

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