solarized-emacs
solarized-emacs copied to clipboard
Seems like load-theme's NO-ENABLE parameter is ignored
Although I load the theme this way:
(load-theme 'solarized-light t t)
It still enables the theme ignoring the last parameter in load-theme which is NO-ENABLE and if non-nil should prevent the theme from being enabled when loaded.
Is this the expected behavior for solarized-theme?
If I try leuven theme, it works as expected. When the last parameter is t, it just loads the theme and does not enable it until I call enable-theme.
it's maybe becase of this unresolved issue https://github.com/bbatsov/solarized-emacs/issues/352
I guess a work around is not not load the theme if you are not going to use it