mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
tweak: move project-list-file to profile data dir
Ref: doomemacs/core#1
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user