Mention doom-emacs-dir must end with a slash

This commit is contained in:
Henrik Lissner 2018-05-24 11:44:17 +02:00
parent dc0175b8e1
commit b452aded76
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -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.")