eksea
1
我是windows平台,Projectile设置了index method为alien,搜索.emacs.d目录时,能够正常打开文件,但是搜索我本地的chromium项目时,所有搜索结果行尾都有换行符,文件名加了换行符,导致文件无法打开
projectile设置如下:
(projectile-mode +1)
(define-key projectile-mode-map (kbd "C-c p") 'projectile-command-map)
(setq project-enable-caching t)
(setq projectile-completion-system 'ivy)
(setq projectile-indexing-method 'alien)
eksea
3
虚拟机或者docker编译chromium内核太慢了
eksea
7
Thanks a lot. I will try it in a moment.
henryt
10
也许和我的情况类似:
如果是git项目,配置下 projectile-git-command
1 个赞