mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-19 13:43:36 -05:00
bin/doom: add -l/--local/DOOMLOCALDIR
Will come in handy for the new testing framework.
This commit is contained in:
@@ -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.
|
||||
|
Reference in New Issue
Block a user