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
parent 77df11af11
commit e24a583d5c
No known key found for this signature in database
GPG key ID: B60957CA074D39A3

View file

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