summaryrefslogtreecommitdiff
path: root/corfu.el
diff options
context:
space:
mode:
authorDaniel Mendler <mail@daniel-mendler.de>2022-04-13 20:54:06 +0200
committerDaniel Mendler <mail@daniel-mendler.de>2022-04-13 20:54:06 +0200
commit45a8ebef6fa8645e6403d0bb3bf5f694f891407d (patch)
tree30b5ed52b745127b46439b1dfa78488d8b4b88dd /corfu.el
parentbe32c459d77e570235349ed7e0c6e35db4699daf (diff)
corfu-continue-commands: Remove commands
Diffstat (limited to 'corfu.el')
-rw-r--r--corfu.el3
1 files changed, 1 insertions, 2 deletions
diff --git a/corfu.el b/corfu.el
index 953ab08..682bef4 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)))