bin/doom: add -l/--local/DOOMLOCALDIR
Will come in handy for the new testing framework.
This commit is contained in:
parent
ebdc9d610b
commit
a7ce48c2df
2 changed files with 8 additions and 1 deletions
|
@ -38,7 +38,9 @@ decrease this. If you experience stuttering, increase this.")
|
|||
(defvar doom-modules-dir (concat doom-emacs-dir "modules/")
|
||||
"The root directory for Doom's modules. Must end with a slash.")
|
||||
|
||||
(defvar doom-local-dir (concat doom-emacs-dir ".local/")
|
||||
(defvar doom-local-dir
|
||||
(or (getenv "DOOMLOCALDIR")
|
||||
(concat doom-emacs-dir ".local/"))
|
||||
"Root directory for local storage.
|
||||
|
||||
Use this as a storage location for this system's installation of Doom Emacs.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue