diff options
| author | Daniel Mendler <mail@daniel-mendler.de> | 2023-01-13 12:47:27 +0100 |
|---|---|---|
| committer | Daniel Mendler <mail@daniel-mendler.de> | 2023-01-13 12:47:27 +0100 |
| commit | 7783419c289ccd1a84aedd928b1129cf59b775b6 (patch) | |
| tree | 71128d8ac795b820afc4cbc78c5c0a18765c8f30 /README.org | |
| parent | 0057dbd90c2022ae654437893d4bf262e458504d (diff) | |
Commentary: Use keymap-set
Diffstat (limited to 'README.org')
| -rw-r--r-- | README.org | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -421,7 +421,7 @@ The command ~corfu-move-to-minibuffer~ is defined here in terms of (let ((completion-extra-properties corfu--extra) completion-cycle-threshold completion-cycling) (apply #'consult-completion-in-region completion-in-region--data))) - (define-key corfu-map "\M-m" #'corfu-move-to-minibuffer) + (keymap-set corfu-map "M-m" #'corfu-move-to-minibuffer) #+end_src * Key bindings |
