diff options
| author | Daniel Mendler <mail@daniel-mendler.de> | 2023-05-18 11:26:27 +0200 |
|---|---|---|
| committer | Daniel Mendler <mail@daniel-mendler.de> | 2023-05-18 11:26:27 +0200 |
| commit | 1f2ffa03b3cd2fbb6e398c8b3cb8b0daae53f7d4 (patch) | |
| tree | f181996c45924ea5cfb3d33a7867d29317479c3d /README.org | |
| parent | c5fd1df36a1272a3dd6f626338f7e928756845cd (diff) | |
README: Add corfu-move-to-minibuffer to continue list
Diffstat (limited to 'README.org')
| -rw-r--r-- | README.org | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -437,6 +437,7 @@ The command ~corfu-move-to-minibuffer~ is defined here in terms of completion-cycle-threshold completion-cycling) (apply #'consult-completion-in-region completion-in-region--data)))) (keymap-set corfu-map "M-m" #'corfu-move-to-minibuffer) +(add-to-list 'corfu-continue-commands #'corfu-move-to-minibuffer) #+end_src * Key bindings |
