solarized-emacs icon indicating copy to clipboard operation
solarized-emacs copied to clipboard

Seems like load-theme's NO-ENABLE parameter is ignored

Open novakboskov opened this issue 4 years ago • 2 comments

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.

novakboskov avatar Aug 03 '21 16:08 novakboskov

it's maybe becase of this unresolved issue https://github.com/bbatsov/solarized-emacs/issues/352

thomasf avatar Aug 07 '21 08:08 thomasf

I guess a work around is not not load the theme if you are not going to use it

thomasf avatar Aug 07 '21 08:08 thomasf