Emacs recursive project search

前端 未结 8 1390
野趣味
野趣味 2020-12-23 15:05

I am switching to Emacs from TextMate. One feature of TextMate that I would really like to have in Emacs is the \"Find in Project\" search box that uses fuzzy matching. Em

8条回答
  •  挽巷
    挽巷 (楼主)
    2020-12-23 15:31

    FileCache may also be an option. However you would need to add your project directory manually with file-cache-add-directory-recursively.

提交回复
热议问题