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:
parent
ac2fa80f75
commit
8de6c07153
2 changed files with 5 additions and 5 deletions
|
@ -368,8 +368,9 @@
|
||||||
(setq git-commit-summary-max-length 50))
|
(setq git-commit-summary-max-length 50))
|
||||||
|
|
||||||
(after! ivy
|
(after! ivy
|
||||||
(setq ivy-re-builders-alist
|
;; (setq ivy-re-builders-alist
|
||||||
'((t . ivy--regex-fuzzy))))
|
;; '((t . ivy--regex-fuzzy)))
|
||||||
|
)
|
||||||
|
|
||||||
(add-hook 'before-save-hook 'delete-trailing-whitespace)
|
(add-hook 'before-save-hook 'delete-trailing-whitespace)
|
||||||
|
|
||||||
|
|
|
@ -2,9 +2,8 @@
|
||||||
|
|
||||||
(doom! :completion
|
(doom! :completion
|
||||||
company ; the ultimate code completion backend
|
company ; the ultimate code completion backend
|
||||||
;;helm ; the *other* search engine for love and life
|
(ivy +fuzzy
|
||||||
;;ido ; the other *other* search engine...
|
+prescient) ; a search engine for love and life
|
||||||
ivy ; a search engine for love and life
|
|
||||||
|
|
||||||
:ui
|
:ui
|
||||||
;;deft ; notational velocity for Emacs
|
;;deft ; notational velocity for Emacs
|
||||||
|
|
Loading…
Reference in a new issue