fuzzy matching with orderless in minibuffer
This commit is contained in:
parent
c87c65b84a
commit
ee66e7113a
3
init.org
3
init.org
|
@ -735,11 +735,12 @@ This package seems to slow down search quite a bit in common buffers like find-f
|
|||
)
|
||||
#+end_src
|
||||
|
||||
#+begin_src emacs-lisp
|
||||
#+begin_src emacs-lisp
|
||||
(use-package orderless
|
||||
:ensure t
|
||||
:config
|
||||
(setq completion-styles '(orderless basic partial-completion)
|
||||
orderless-matching-styles '(orderless-flex)
|
||||
completion-category-overrides '((file (styles basic partial-completion)))
|
||||
orderless-component-separator "[ |]"))
|
||||
#+end_src
|
||||
|
|
Loading…
Reference in a new issue