From 246eb8b0aa76dcb752e70c3c006432ce7bd9288b Mon Sep 17 00:00:00 2001 From: Andros Fenollosa Date: Sun, 16 Mar 2025 08:05:00 +0100 Subject: [PATCH] Added autoload --- thankful-eyes-theme.el | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/thankful-eyes-theme.el b/thankful-eyes-theme.el index 9894bd0..1c401b8 100644 --- a/thankful-eyes-theme.el +++ b/thankful-eyes-theme.el @@ -58,4 +58,9 @@ (provide-theme 'thankful-eyes) +;;;###autoload +(when (and (boundp 'custom-theme-load-path) load-file-name) + (add-to-list 'custom-theme-load-path + (file-name-as-directory (file-name-directory load-file-name)))) + ;;; thankful-eyes-theme.el ends here