This repository was archived by the owner on Jul 6, 2024. It is now read-only.
post/010/ #36
utterances-bot
announced in
Comments
Replies: 5 comments
-
project想要过滤掉某个目录,怎么设置啊? |
Beta Was this translation helpful? Give feedback.
0 replies
-
请描述清楚你的需求,看不懂你想干什么🙄 |
Beta Was this translation helpful? Give feedback.
0 replies
-
很简单,我使用project-find-file时,.ccls-cache 这个目录,是ccls生成的缓存目录,我想要过滤掉它。 |
Beta Was this translation helpful? Give feedback.
0 replies
-
这是 fd 负责的事,他会自动忽略 gitignore 里面的文件: 你看看他的文档吧 |
Beta Was this translation helpful? Give feedback.
0 replies
-
多谢多谢 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
project.el 使用说明 – EmacsTalk
在之前的文章中就多次提到过 28 版本的 project.el 是如何好用,但一直没去详细介绍,这篇文章就来填上这个坑。一句话总结,project.el 完全可以替换 projectile。 下载 直接编译 28 版本或者在elpa 下载最新版。project 相关命令绑定在 C-x p , …
https://emacstalk.github.io/post/010/
Beta Was this translation helpful? Give feedback.
All reactions