aboutsummaryrefslogtreecommitdiffstats
path: root/yoshi-theme.el
diff options
context:
space:
mode:
Diffstat (limited to 'yoshi-theme.el')
-rw-r--r--yoshi-theme.el11
1 files changed, 11 insertions, 0 deletions
diff --git a/yoshi-theme.el b/yoshi-theme.el
index f1ee5ed..03a1e10 100644
--- a/yoshi-theme.el
+++ b/yoshi-theme.el
@@ -139,5 +139,16 @@
))
+;;;###autoload
+(and load-file-name
+ (boundp 'custom-theme-load-path)
+ (add-to-list 'custom-theme-load-path
+ (file-name-as-directory
+ (file-name-directory load-file-name))))
+
(provide-theme 'yoshi)
;;; yoshi-theme.el ends here
+
+;; Local Variables:
+;; eval: (rainbow-mode 1)
+;; End: