Mention doom-emacs-dir must end with a slash
This commit is contained in:
parent
dc0175b8e1
commit
b452aded76
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ line or use --debug-init to enable this.")
|
|||
;;
|
||||
(defvar doom-emacs-dir
|
||||
(eval-when-compile (file-truename user-emacs-directory))
|
||||
"The path to this emacs.d directory.")
|
||||
"The path to this emacs.d directory. Must end in a slash.")
|
||||
|
||||
(defvar doom-core-dir (concat doom-emacs-dir "core/")
|
||||
"Where essential files are stored.")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue