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

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

[elpa] externals/corfu 3e31c40e79 2/3: Revert "corfu-continue-commands:


From: ELPA Syncer
Subject: [elpa] externals/corfu 3e31c40e79 2/3: Revert "corfu-continue-commands: Remove commands"
Date: Wed, 13 Apr 2022 15:57:24 -0400 (EDT)

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

    Revert "corfu-continue-commands: Remove commands"
    
    This reverts commit 45a8ebef6fa8645e6403d0bb3bf5f694f891407d.
---
 corfu.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/corfu.el b/corfu.el
index 682bef4d7e..953ab08215 100644
--- a/corfu.el
+++ b/corfu.el
@@ -70,7 +70,8 @@ The value should lie between 0 and corfu-count/2."
 
 (defcustom corfu-continue-commands
   ;; nil is undefined command
-  '(nil ignore "\\`corfu-" "\\`scroll-other-window")
+  '(nil ignore 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]