From 5a96096119d9e866f66ca754d95deb1b974a0055 Mon Sep 17 00:00:00 2001 From: Adam Goldsmith Date: Fri, 9 Nov 2018 11:25:57 -0500 Subject: [PATCH] Change ivy-re-builders back to default --- .emacs.d/init.el | 3 --- 1 file changed, 3 deletions(-) diff --git a/.emacs.d/init.el b/.emacs.d/init.el index 1ed3419..0d6be54 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -358,9 +358,6 @@ (bind-key "C-c C-c M-x" 'execute-extended-command) ;;normal M-x. :config (setq ivy-extra-directories nil) - (setq ivy-re-builders-alist - '((counsel-M-x . ivy--regex-fuzzy) - (t . ivy--regex-plus))) (assq-delete-all 'counsel-M-x ivy-initial-inputs-alist) (defun counsel-find-file-edit-path ()