Skip to content

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

Open
@vquyen-study

Description

@vquyen-study

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

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