diff options
Diffstat (limited to 'users')
-rw-r--r-- | users/grfn/emacs.d/config.el | 5 | ||||
-rw-r--r-- | users/grfn/emacs.d/init.el | 5 |
2 files changed, 5 insertions, 5 deletions
diff --git a/users/grfn/emacs.d/config.el b/users/grfn/emacs.d/config.el index b2dccfe74fc9..5312fd92b119 100644 --- a/users/grfn/emacs.d/config.el +++ b/users/grfn/emacs.d/config.el @@ -368,8 +368,9 @@ (setq git-commit-summary-max-length 50)) (after! ivy - (setq ivy-re-builders-alist - '((t . ivy--regex-fuzzy)))) + ;; (setq ivy-re-builders-alist + ;; '((t . ivy--regex-fuzzy))) + ) (add-hook 'before-save-hook 'delete-trailing-whitespace) diff --git a/users/grfn/emacs.d/init.el b/users/grfn/emacs.d/init.el index 6719e933818c..563b455dff15 100644 --- a/users/grfn/emacs.d/init.el +++ b/users/grfn/emacs.d/init.el @@ -2,9 +2,8 @@ (doom! :completion company ; the ultimate code completion backend - ;;helm ; the *other* search engine for love and life - ;;ido ; the other *other* search engine... - ivy ; a search engine for love and life + (ivy +fuzzy + +prescient) ; a search engine for love and life :ui ;;deft ; notational velocity for Emacs |