diff options
| author | Daniel Mendler <mail@daniel-mendler.de> | 2021-07-22 13:54:22 +0200 |
|---|---|---|
| committer | Daniel Mendler <mail@daniel-mendler.de> | 2021-07-22 13:54:22 +0200 |
| commit | 9e1d2fbc64ff2e80b5f879987b8ed7f9ad52abba (patch) | |
| tree | 55bac01607e42dcbe05db929a5353a960198e171 | |
| parent | e1acb695198f4752c2c1b5f3023c853d83ed1104 (diff) | |
Fix defcustom
| -rw-r--r-- | corfu.el | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -67,7 +67,7 @@ (defcustom corfu-commit-predicate t "Automatically commit the selected candidate if the predicate returns t." - :type '(choice (const nil) (const t) 'function)) + :type '(choice boolean (function :tag "Predicate function"))) (defcustom corfu-quit-at-boundary nil "Automatically quit at completion field/word boundary. |
