Change ivy-re-builders back to default

This commit is contained in:
Adam Goldsmith 2018-11-09 11:25:57 -05:00
parent eda68f0f9e
commit 5a96096119
1 changed files with 0 additions and 3 deletions

View File

@ -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 ()