Skip to content
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

counsel-projectile-switch-project-by-name #188

Open
vquyen-study opened this issue Jul 21, 2024 · 0 comments
Open

counsel-projectile-switch-project-by-name #188

vquyen-study opened this issue Jul 21, 2024 · 0 comments

Comments

@vquyen-study
Copy link

vquyen-study commented Jul 21, 2024

Hi everyone.

Recently I face with an issue counsel-projectile take too long time to switching project.
Can you please help to identify the problem and resolve it as normal.

I am using the below configuration for project in my emacs and I attached the profiler-report for bug.

Thanks a lot.

#+begin_src emacs-lisp
  ;; projectile
  (use-package projectile
    :ensure t
    :bind ("C-c p" . projectile-command-map)
    :config
    (projectile-global-mode)
    (setq projectile-completion-system 'ivy))

  (use-package counsel-projectile
    :ensure t
    :config
    (counsel-projectile-mode 1))

  (setq projectile-indexing-method 'alien)
  (setq projectile-sort-order 'recentf)
#+end_src

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant