From cd24e47c961af40d76506f4606f0dd4b87eb30fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Omar=20Antol=C3=ADn?= Date: Tue, 14 Apr 2020 00:16:21 -0500 Subject: Corrected very misleading typo --- README.org | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.org b/README.org index 246a238..6d517eb 100644 --- a/README.org +++ b/README.org @@ -15,7 +15,7 @@ Completion styles are used as entries in the variables documentation. By default the space key is bound to =minibuffer-complete-word= in -=minibuffer-local-map=, which isn't useful with this completion method. +=minibuffer-local-completion-map=, which isn't useful with this completion method. So, if you use it, you should probably unbind SPC. So to test this completion method you can put =orderless.el= somewhere @@ -24,5 +24,5 @@ on your =load-path=, and use the following configuration: #+begin_src emacs-lisp (require 'orderless) (setq completion-styles '(orderless)) -(define-key minibuffer-local-map (kbd "SPC") nil) +(define-key minibuffer-local-completion-map (kbd "SPC") nil) #+end_src -- cgit v1.0