mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -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
|
;;; 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
|
||||||
|
Reference in New Issue
Block a user