about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorDavid Morgan <djm_uk@protonmail.com>2022-09-16 12:24:31 +0100
committerDavid Morgan <djm_uk@protonmail.com>2022-09-16 12:24:31 +0100
commitfbae1e4c5ae7bb049aa25139e602d25600487649 (patch)
treecc304568bf7dc1e03768b620dedfa163719600c8
parent22f610fecacf6a860e96043ff6f33ab65dfcf45e (diff)
downloaddotfiles-fbae1e4c5ae7bb049aa25139e602d25600487649.tar.gz
Use correct keymap
-rw-r--r--.emacs.d/lisp/init-completion.el2
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