Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
novakboskov opened this issue Aug 3, 2021 · 2 comments
Open

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

novakboskov opened this issue Aug 3, 2021 · 2 comments

Comments

@novakboskov
Copy link

novakboskov commented Aug 3, 2021

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.

@thomasf
Copy link
Collaborator

thomasf commented Aug 7, 2021

it's maybe becase of this unresolved issue #352

@thomasf
Copy link
Collaborator

thomasf commented Aug 7, 2021

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants