FFS, missed a line while uncommenting

This commit is contained in:
peter.selby@bytedance.com 2023-12-07 11:45:44 -08:00
parent ed750b9dab
commit 52e97813f4
1 changed files with 1 additions and 1 deletions

View File

@ -157,7 +157,7 @@
(if (or (file-regular-p full-file) (file-symlink-p full-file))
(progn (message "Loading file %s" 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")
(getenv "DOOM_EMACS_LOCAL_PATH")