tweak: move project-list-file to profile data dir
Ref: doomemacs/core#1
This commit is contained in:
parent
77df11af11
commit
e24a583d5c
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue