summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--corfu.el3
1 files changed, 1 insertions, 2 deletions
diff --git a/corfu.el b/corfu.el
index 9051aae..67dc2e2 100644
--- a/corfu.el
+++ b/corfu.el
@@ -81,8 +81,7 @@ The value should lie between 0 and corfu-count/2."
:type '(choice (const insert) (const show) (const quit) (const nil)))
(defcustom corfu-continue-commands
- ;; nil is undefined command
- '(nil ignore universal-argument universal-argument-more digit-argument
+ '(ignore universal-argument universal-argument-more digit-argument
"\\`corfu-" "\\`scroll-other-window")
"Continue Corfu completion after executing these commands.
The list can container either command symbols or regular expressions."