aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemsen2013-03-10 14:44:31 +0100
committerGravatar Tom Willemsen2013-03-10 14:44:31 +0100
commit726fb2b641f75e0d9c298f195aca0d1b952afb75 (patch)
tree93527b1cd3a1e3afda075314fcc13bd2db4862bd
parent542af8f67acc69a2013eecf4139602c882645c02 (diff)
downloadyoshi-theme-726fb2b641f75e0d9c298f195aca0d1b952afb75.tar.gz
yoshi-theme-726fb2b641f75e0d9c298f195aca0d1b952afb75.zip
Autoload theme and use rainbow-mode
-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: