diff options
| author | Jimmy Yuen Ho Wong <wyuenho@gmail.com> | 2024-11-26 08:15:56 +0000 |
|---|---|---|
| committer | Daniel Mendler <mail@daniel-mendler.de> | 2024-11-26 10:41:16 +0100 |
| commit | eaf3d9cbb647705efa5fe70de108776622319d96 (patch) | |
| tree | 9f1060cb415c6fbc82e76d061ba1bf225a1986f2 /corfu.el | |
| parent | 784645b2c19ce4a2be19df2b8b90e77bfe93820d (diff) | |
Clean up preview overlay after quitting out of pre-command hook
Diffstat (limited to 'corfu.el')
| -rw-r--r-- | corfu.el | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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." |
