about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-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