mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
Merge pull request #90 from Gollum999/patch-2
Support running from non-standard HOME directory
This commit is contained in:
@ -22,7 +22,7 @@
|
|||||||
"If non-nil, all doom functions will be verbose. Set DEBUG=1 in the command
|
"If non-nil, all doom functions will be verbose. Set DEBUG=1 in the command
|
||||||
line or use --debug-init to enable this.")
|
line or use --debug-init to enable this.")
|
||||||
|
|
||||||
(defvar doom-emacs-dir user-emacs-directory
|
(defvar doom-emacs-dir (expand-file-name user-emacs-directory)
|
||||||
"The path to this emacs.d directory.")
|
"The path to this emacs.d directory.")
|
||||||
|
|
||||||
(defvar doom-core-dir (concat doom-emacs-dir "core/")
|
(defvar doom-core-dir (concat doom-emacs-dir "core/")
|
||||||
|
Reference in New Issue
Block a user