Skip to content

Commit

Permalink
fix projectile hanging on non vc tracked dirs
Browse files Browse the repository at this point in the history
Issue tracked here: bbatsov/projectile#1905
  • Loading branch information
taoufik07 committed Oct 8, 2024
1 parent e8137fd commit 12b9ad4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion conf/init-misc-packages.el
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,10 @@
(use-package
projectile
:ensure t
:bind ("M-p" . 'projectile-command-map)
:init
(projectile-mode)
(remove-hook 'buffer-list-update-hook #'projectile-track-known-projects-find-file-hook)
:bind ("M-p" . 'projectile-command-map)
:custom ((setq projectile-enable-caching t)
(setq projectile-switch-project-action 'projectile-dired)
(setq projectile-completion-system 'default)))
Expand Down

0 comments on commit 12b9ad4

Please # to comment.