branch: externals/corfu commit 45a8ebef6fa8645e6403d0bb3bf5f694f891407d Author: Daniel Mendler <m...@daniel-mendler.de> Commit: Daniel Mendler <m...@daniel-mendler.de>
corfu-continue-commands: Remove commands --- corfu.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/corfu.el b/corfu.el index 953ab08215..682bef4d7e 100644 --- a/corfu.el +++ b/corfu.el @@ -70,8 +70,7 @@ The value should lie between 0 and corfu-count/2." (defcustom corfu-continue-commands ;; nil is undefined command - '(nil ignore universal-argument universal-argument-more digit-argument - "\\`corfu-" "\\`scroll-other-window") + '(nil ignore "\\`corfu-" "\\`scroll-other-window") "Continue Corfu completion after executing these commands." :type '(repeat (choice regexp symbol)))