diff options
author | David Morgan <djm_uk@protonmail.com> | 2022-09-16 12:24:31 +0100 |
---|---|---|
committer | David Morgan <djm_uk@protonmail.com> | 2022-09-16 12:24:31 +0100 |
commit | fbae1e4c5ae7bb049aa25139e602d25600487649 (patch) | |
tree | cc304568bf7dc1e03768b620dedfa163719600c8 /.emacs.d/lisp | |
parent | 22f610fecacf6a860e96043ff6f33ab65dfcf45e (diff) | |
download | dotfiles-fbae1e4c5ae7bb049aa25139e602d25600487649.tar.gz |
Use correct keymap
Diffstat (limited to '.emacs.d/lisp')
-rw-r--r-- | .emacs.d/lisp/init-completion.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.emacs.d/lisp/init-completion.el b/.emacs.d/lisp/init-completion.el index 429a6f5..3407905 100644 --- a/.emacs.d/lisp/init-completion.el +++ b/.emacs.d/lisp/init-completion.el @@ -53,7 +53,7 @@ (setq tab-always-indent 'complete)) (use-package orderless - :bind (:map minibuffer-local-completion-map + :bind (:map minibuffer-local-map ("C-l" . my/orderless-match-components-literally)) :custom (orderless-component-separator 'orderless-escapable-split-on-space) :init |