diff options
| author | Daniel Mendler <mail@daniel-mendler.de> | 2022-11-18 13:08:06 +0100 |
|---|---|---|
| committer | Daniel Mendler <mail@daniel-mendler.de> | 2022-11-18 13:08:22 +0100 |
| commit | 251859ffa00ef5a2ae5a5b17267ab02f2571138c (patch) | |
| tree | e63d20d3bb10142a35697ca14402b4f89fb3357b /README.org | |
| parent | 78b77306d617d8c1abf1dec3671092a05a3fd027 (diff) | |
README: Update corfu-enable-in-minibuffer
Diffstat (limited to 'README.org')
| -rw-r--r-- | README.org | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -229,7 +229,8 @@ effect. (defun corfu-enable-in-minibuffer () "Enable Corfu in the minibuffer if `completion-at-point' is bound." (when (where-is-internal #'completion-at-point (list (current-local-map))) - ;; (setq-local corfu-auto nil) Enable/disable auto completion + ;; (setq-local corfu-auto nil) ;; Enable/disable auto completion + (setq-local corfu-echo-delay nil) ;; Disable echo (corfu-mode 1))) (add-hook 'minibuffer-setup-hook #'corfu-enable-in-minibuffer) #+end_src |
