From b452aded76f32ee549b7827b863fb1ab466cf5a3 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Thu, 24 May 2018 11:44:17 +0200 Subject: [PATCH] Mention doom-emacs-dir must end with a slash --- core/core.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/core.el b/core/core.el index 3ea6b195c..9c2baa1b4 100644 --- a/core/core.el +++ b/core/core.el @@ -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.")