[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/corfu eaf3d9cbb6 1/3: Clean up preview overlay after qu
From: |
ELPA Syncer |
Subject: |
[elpa] externals/corfu eaf3d9cbb6 1/3: Clean up preview overlay after quitting out of pre-command hook |
Date: |
Tue, 26 Nov 2024 06:57:40 -0500 (EST) |
branch: externals/corfu
commit eaf3d9cbb647705efa5fe70de108776622319d96
Author: Jimmy Yuen Ho Wong <wyuenho@gmail.com>
Commit: Daniel Mendler <mail@daniel-mendler.de>
Clean up preview overlay after quitting out of pre-command hook
---
corfu.el | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/corfu.el b/corfu.el
index 9051aae96e..67dc2e2124 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."