浏览代码

[emacs] Update to using ivy with fuzzy matching

Colin Powell 4 月之前
父节点
当前提交
095b979d31
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      emacs/.config/doom/init.el

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

@@ -21,10 +21,10 @@
        ;;layout            ; auie,ctsrnm is the superior home row
 
        :completion
-       company           ; the ultimate code completion backend
+       ;;(company +fuzzy)    ; 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)      ; a search engine for love and life
        vertico           ; the search engine of the future
 
        :ui