solaryzed-emacs/solarized-theme.el
Jonas Bernoulli 917fc6eefc solarized-theme.el: only require `solarized' not the theme libraries
Doing so would cause both themes to be loaded.
2014-12-11 17:57:03 +01:00

2 lines
48 B
EmacsLisp

(require 'solarized)
(provide 'solarized-theme)