Fix projectile not tracking directories #308

This commit is contained in:
Henrik Lissner 2017-12-31 11:09:36 -05:00
parent c9d5d41aad
commit 6d7a6a80b2
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -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)