tweak: move project-list-file to profile data dir

Ref: doomemacs/core#1
This commit is contained in:
Henrik Lissner 2024-03-24 17:54:48 -04:00 committed by Yann Esposito (Yogsototh)
parent 92db1e27e3
commit 846649963d
Signed by untrusted user who does not match committer: yogsototh
GPG key ID: 7B19A4C650D59646

View file

@ -23,6 +23,10 @@ debian, and derivatives). On most it's 'fd'.")
;;
;;; Packages
(after! project
(setq project-list-file (file-name-concat doom-data-dir "projects")))
;; DEPRECATED: Will be replaced with project.el
(use-package! projectile
:commands (projectile-project-root
projectile-project-name