diff options
| author | Daniel Mendler <mail@daniel-mendler.de> | 2022-01-21 04:50:26 +0100 |
|---|---|---|
| committer | Daniel Mendler <mail@daniel-mendler.de> | 2022-01-21 04:50:26 +0100 |
| commit | 0e573166433c050b76d0598171205f21b1d54337 (patch) | |
| tree | 0d875191e008e6d5ce8f6a67b3ca109bd7f556f5 /README.org | |
| parent | c4a2ce330f01144480af7ad7549702aa760447a3 (diff) | |
README: Minor fix in corfu-enable-in-minibuffer
Diffstat (limited to 'README.org')
| -rw-r--r-- | README.org | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -148,7 +148,7 @@ effect. #+begin_src emacs-lisp (defun corfu-enable-in-minibuffer () "Enable Corfu in the minibuffer if `completion-at-point' is bound." - (when (where-is-internal #'completion-at-point (current-local-map)) + (when (where-is-internal #'completion-at-point (list (current-local-map))) ;; (setq-local corfu-auto nil) Enable/disable auto completion (corfu-mode 1))) (add-hook 'minibuffer-setup-hook #'corfu-enable-in-minibuffer) |
