From 33149e3daa1b19084ffd3d3dffe1853046057c20 Mon Sep 17 00:00:00 2001 From: Tim Sanders Date: Wed, 31 May 2017 15:04:29 -0500 Subject: [PATCH] Support running from non-standard HOME directory --- core/core.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/core.el b/core/core.el index 3cbaaa2fc..6b51c0cad 100644 --- a/core/core.el +++ b/core/core.el @@ -22,7 +22,7 @@ "If non-nil, all doom functions will be verbose. Set DEBUG=1 in the command 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.") (defvar doom-core-dir (concat doom-emacs-dir "core/")