1
0
Fork 0
mirror of https://git.sr.ht/~ryuslash/yoshi-theme synced 2025-02-07 13:35:50 +01:00

Autoload theme and use rainbow-mode

This commit is contained in:
Tom Willemsen 2013-03-10 14:44:31 +01:00
parent 542af8f67a
commit 726fb2b641

View file

@ -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) (provide-theme 'yoshi)
;;; yoshi-theme.el ends here ;;; yoshi-theme.el ends here
;; Local Variables:
;; eval: (rainbow-mode 1)
;; End: