diff options
| author | Daniel Mendler <mail@daniel-mendler.de> | 2022-04-13 21:12:01 +0200 |
|---|---|---|
| committer | Daniel Mendler <mail@daniel-mendler.de> | 2022-04-13 21:12:01 +0200 |
| commit | 3e31c40e79a499c06eb7648b1ade0abdc03089c8 (patch) | |
| tree | e7dacd378a3adf2db3881cd1a49e14ea3384792b | |
| parent | 24ccf40df4b8bf87f850a6ea3db6e9a00e70cf2c (diff) | |
Revert "corfu-continue-commands: Remove commands"
This reverts commit 45a8ebef6fa8645e6403d0bb3bf5f694f891407d.
| -rw-r--r-- | corfu.el | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -70,7 +70,8 @@ The value should lie between 0 and corfu-count/2." (defcustom corfu-continue-commands ;; nil is undefined command - '(nil ignore "\\`corfu-" "\\`scroll-other-window") + '(nil ignore universal-argument universal-argument-more digit-argument + "\\`corfu-" "\\`scroll-other-window") "Continue Corfu completion after executing these commands." :type '(repeat (choice regexp symbol))) |
