-
Notifications
You must be signed in to change notification settings - Fork 158
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
treemacs-projectile doesn't work. #1116
Comments
Treemacs pulls the projects from the variable The selection also depends on your current workspace - due to technical limitations any path can only be in a workspace once. It is not possible to have both a /foo and /foo/bar as projects at the same time. Depending on layout this may limit your selection severely. You can have a look at the projects treemacs considers by running (--reject (treemacs-is-path (treemacs-canonical-path it) :in-workspace (treemacs-current-workspace))
(-map #'treemacs--unslash projectile-known-projects)) Finally AFAIK doom makes its own changes to treemacs (if you are using its module) to enforce a one-project-only workflow, so I'm not sure if what you're trying is even supposed to work at all. |
Thanks for replying, I'll look into it. |
This issue has been automatically marked as stale because it has not had recent activity (this bot only works as a reminder, it will not close issues). |
I have the same problem, I don't understand how to solve it |
Occasionaly (I can't reporoduce it), treemacs-projectile doesn't show my projectile projects and instead has just one entry in the list, "c:/Windows/System32", even though my projectile-known-projects have more.
I am new to emacs. I have a mostly vanilla doom-emacs. Am I missing something?
The text was updated successfully, but these errors were encountered: