refactor(gs/emacs): Switch to doom's built-in fuzzy ivy

This seems to do sorting slightly better.

Change-Id: I0d354a77b45b1a83d4bb5eb0acd024187b06929f
This commit is contained in:
Griffin Smith 2021-11-29 10:52:47 -05:00
parent ac2fa80f75
commit 8de6c07153
2 changed files with 5 additions and 5 deletions

View file

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

View file

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