Added autoload

This commit is contained in:
Andros Fenollosa 2025-03-16 08:05:00 +01:00
parent 5d2e4fdf7b
commit 246eb8b0aa

View File

@ -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