diff options
| author | Daniel Mendler <mail@daniel-mendler.de> | 2021-11-18 21:55:13 +0100 |
|---|---|---|
| committer | Daniel Mendler <mail@daniel-mendler.de> | 2021-11-18 21:55:13 +0100 |
| commit | 9b80342b6e68a12645199ed2b52f80a3c53f47a4 (patch) | |
| tree | 76c6744fbbfb3bd579815bd71822f528cc1b9324 | |
| parent | bad4878c403921cdedf64e6c79d1e2fba1c4dc5e (diff) | |
corfu-reset: Add completion-predicate
| -rw-r--r-- | corfu.el | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1090,7 +1090,7 @@ The ORIG function takes the FUN and WHICH arguments." (corfu-mode 1))) ;; Emacs 28: Do not show Corfu commands with M-X -(dolist (sym '(corfu-next corfu-previous corfu-first corfu-last corfu-quit +(dolist (sym '(corfu-next corfu-previous corfu-first corfu-last corfu-quit corfu-reset corfu-complete corfu-insert corfu-scroll-up corfu-scroll-down corfu-show-location corfu-show-documentation)) (put sym 'completion-predicate #'ignore)) |
