Fix init of Solarized theme

This commit is contained in:
sbenner 2014-09-02 14:40:29 -04:00
parent d747cd4138
commit 179657dc47

View file

@ -7,6 +7,6 @@
(create-solarized-theme 'light 'solarized-light)
(deftheme solarized-dark "The dark variant of the Solarized colour theme")
(create-solarized-theme 'dark 'solarized-dark)
(set-flycheck-custom-face)
(spacemacs/set-flycheck-custom-face)
))