Open
Description
Hi,
After upgrading projectile to version 20250209.605
, I noticed that on startup counsel-projectile was not able to list the known projects. But if I manually navigated to the project and ran projectile-find-file
once, from then onward the known projects were getting listed.
I confirmed that just projectile works fine without counsel-projectile by temporarily commenting out (counsel-projectile-mode)
in my init file.
As a workaround I am manually calling the function to load known projects as follows,
(use-package counsel-projectile
:ensure t
:config
(projectile-known-projects)
(counsel-projectile-mode))
The above works but I guess it'd be better to handle this in counsel-projectile itself?
PS: Emacs version is 29.3
Metadata
Metadata
Assignees
Labels
No labels