Преглед изворни кода

Revert fuzzy matching in ag #emacs

Fuzzy matching is not terribly fast and literal matching generates very
useful results. I'll at least try this for a bit until it is proved less
useful than fuzzy matching with prescient.
Colin Powell пре 5 година
родитељ
комит
7bf7d56f5c
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      emacs/.config/doom/init.el

+ 1 - 1
emacs/.config/doom/init.el

@@ -7,7 +7,7 @@
 
        :completion
        (company) ; the ultimate code completion backend
-       (ivy +prescient +fuzzy)      ; a search engine for love and life
+       ivy                 ; a search engine for love and life
        ;;helm              ; the *other* search engine for love and life
        ;;ido               ; the other *other* search engine...