From 52e97813f4faf1bbbcacfed2c7985c7255dd762a Mon Sep 17 00:00:00 2001 From: "peter.selby@bytedance.com" Date: Thu, 7 Dec 2023 11:45:44 -0800 Subject: [PATCH] FFS, missed a line while uncommenting --- config.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.el b/config.el index d4e870d..d897bc9 100644 --- a/config.el +++ b/config.el @@ -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")