about summary refs log tree commit diff
diff options
context:
space:
mode:
authorGriffin Smith <grfn@gws.fyi>2021-11-29T15·52-0500
committerGriffin Smith <grfn@gws.fyi>2021-11-29T15·52-0500
commit8de6c07153d59c6fce9c1ed0eb7d8d2ad9b1d70c (patch)
tree972ab001cdcc4edc448729b5011983736d8bf3be
parentac2fa80f75e89acbdf106af33affa5b3c3551b25 (diff)
refactor(gs/emacs): Switch to doom's built-in fuzzy ivy r/3115
This seems to do sorting slightly better.

Change-Id: I0d354a77b45b1a83d4bb5eb0acd024187b06929f
-rw-r--r--users/grfn/emacs.d/config.el5
-rw-r--r--users/grfn/emacs.d/init.el5
2 files changed, 5 insertions, 5 deletions
diff --git a/users/grfn/emacs.d/config.el b/users/grfn/emacs.d/config.el
index b2dccfe74f..5312fd92b1 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 6719e93381..563b455dff 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