FFS, missed a line while uncommenting
This commit is contained in:
parent
ed750b9dab
commit
52e97813f4
|
@ -157,7 +157,7 @@
|
||||||
(if (or (file-regular-p full-file) (file-symlink-p full-file))
|
(if (or (file-regular-p full-file) (file-symlink-p full-file))
|
||||||
(progn (message "Loading file %s" full-file)
|
(progn (message "Loading file %s" full-file)
|
||||||
(load full-file))
|
(load full-file))
|
||||||
;; (message "Skipping invalid file %s" full-file))))))
|
(message "Skipping invalid file %s" full-file))))))
|
||||||
|
|
||||||
(let ((local-dir (if (getenv "DOOM_EMACS_LOCAL_PATH")
|
(let ((local-dir (if (getenv "DOOM_EMACS_LOCAL_PATH")
|
||||||
(getenv "DOOM_EMACS_LOCAL_PATH")
|
(getenv "DOOM_EMACS_LOCAL_PATH")
|
||||||
|
|
Loading…
Reference in New Issue