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:
parent
542af8f67a
commit
726fb2b641
1 changed files with 11 additions and 0 deletions
|
@ -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:
|
||||||
|
|
Loading…
Reference in a new issue