Skip to content

Known projects not getting loaded after upgrading projectile to latest version #189

Open
@naiquevin

Description

@naiquevin

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions