From af0f9a8b465cf022492d54921727e1466343b39c Mon Sep 17 00:00:00 2001 From: Tim McCarthy Date: Tue, 16 Apr 2024 10:38:53 -0700 Subject: [PATCH] Small cleanup of thoom/dir variable --- thoom-emacs/init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/thoom-emacs/init.el b/thoom-emacs/init.el index 66db260..28764ef 100644 --- a/thoom-emacs/init.el +++ b/thoom-emacs/init.el @@ -1,4 +1,4 @@ -(defvar thoom/dir (file-name-directory load-file-name) +(defvar thoom/dir (file-name-directory user-init-file) "The root dir of the Thoom Emacs distribution.") (defvar thoom/modules-dir (expand-file-name "modules" thoom/dir) "This directory houses all of the built-in Prelude modules.")