Small cleanup of thoom/dir variable

This commit is contained in:
2024-04-16 10:38:53 -07:00
parent 9965ccccfd
commit af0f9a8b46

View File

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