Fix projectile not tracking directories #308
This commit is contained in:
parent
c9d5d41aad
commit
6d7a6a80b2
1 changed files with 2 additions and 0 deletions
|
@ -16,6 +16,8 @@ state are passed in.")
|
|||
|
||||
(add-hook 'doom-init-hook #'projectile-mode)
|
||||
:config
|
||||
(add-hook 'dired-before-readin-hook #'projectile-track-known-projects-find-file-hook)
|
||||
|
||||
;; a more generic project root file
|
||||
(push ".project" projectile-project-root-files-bottom-up)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue