Small cleanup of thoom/dir variable
This commit is contained in:
@@ -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.")
|
||||
|
||||
Reference in New Issue
Block a user