From 726fb2b641f75e0d9c298f195aca0d1b952afb75 Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Sun, 10 Mar 2013 14:44:31 +0100 Subject: Autoload theme and use rainbow-mode --- yoshi-theme.el | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'yoshi-theme.el') 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: -- cgit v1.2.3-54-g00ecf