소스 검색

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