Merge branch 'master' into customize

This commit is contained in:
Takayuki YAMAGUCHI 2017-12-31 08:10:06 +09:00
commit 4dadff03c7
1 changed files with 5 additions and 4 deletions

View File

@ -30,10 +30,11 @@ Ported to Emacs by Greg Pfeil, http://ethanschoonover.com/solarized."
(color-theme-install
`(color-theme-solarized () () ,@(solarized-color-definitions))))
(add-to-list 'color-themes
`(color-theme-solarized
"Solarized"
,solarized-description))
(when (boundp 'color-themes)
(add-to-list 'color-themes
`(color-theme-solarized
"Solarized"
,solarized-description)))
;;;###autoload
(defun color-theme-solarized-dark ()