Projectile搜索结果行尾有换行符^M

我是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)

用虚拟机 或是 docker

虚拟机或者docker编译chromium内核太慢了

那就买个高配的笔记本

我的锅,我忽略了重点

重点是我是在开发windows平台的项目

Thanks a lot. I will try it in a moment.

It doesn’t work.

不代表 删除了

也许和我的情况类似:

如果是git项目,配置下 projectile-git-command

1 个赞

真的非常感谢