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