aboutsummaryrefslogtreecommitdiffstats
path: root/emacs/.emacs.d/init.org
diff options
context:
space:
mode:
authorGravatar Tom Willemse2018-02-06 14:42:35 -0800
committerGravatar Tom Willemse2018-02-06 14:42:35 -0800
commitaa9410f2569d904b963f62925e625451e3d5432e (patch)
tree3037b58fc6ed08cc9361eb57f0aa7d9572e096c0 /emacs/.emacs.d/init.org
parent8f223fca6d7b2dafb614d6db30daa1355b5493c1 (diff)
downloadnew-dotfiles-aa9410f2569d904b963f62925e625451e3d5432e.tar.gz
new-dotfiles-aa9410f2569d904b963f62925e625451e3d5432e.zip
Disable fuzzy matching in ivy
Diffstat (limited to 'emacs/.emacs.d/init.org')
-rw-r--r--emacs/.emacs.d/init.org7
1 files changed, 0 insertions, 7 deletions
diff --git a/emacs/.emacs.d/init.org b/emacs/.emacs.d/init.org
index 9aa6c7c..63cda93 100644
--- a/emacs/.emacs.d/init.org
+++ b/emacs/.emacs.d/init.org
@@ -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