Disable fuzzy matching in ivy
This commit is contained in:
parent
8f223fca6d
commit
aa9410f256
1 changed files with 0 additions and 7 deletions
|
@ -482,13 +482,6 @@ Computing Environment".
|
|||
(diminish 'ivy-mode)
|
||||
#+END_SRC
|
||||
|
||||
Enable fuzzy matching in Ivy.
|
||||
|
||||
#+BEGIN_SRC emacs-lisp
|
||||
(setq ivy-re-builders-alist '((t . ivy--regex-fuzzy))
|
||||
ivy-initial-inputs-alist nil)
|
||||
#+END_SRC
|
||||
|
||||
Enable Ivy.
|
||||
|
||||
#+BEGIN_SRC emacs-lisp
|
||||
|
|
Loading…
Reference in a new issue