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

`spacemacs-theme'; no overrides. #11383

Closed

Conversation

dschrempf
Copy link
Contributor

Do not override customizable settings from `spacemacs-theme', since those should
be set on a per user basis in the configuration file.

Do not override customizable settings from `spacemacs-theme', since those should
be set on a per user basis in the configuration file.
:init (setq spacemacs-theme-keyword-italic t
spacemacs-theme-comment-bg t
spacemacs-theme-org-height t)))
:defer t))
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You can override these at will...

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That's correct. However, I had trouble setting those variables.

When having them in spacemacs/user-init, they are not honored upon startup by the theme because they are set too late (at least that is what happened to me, maybe because I am starting an Emacs server during boot).

When having them in spacemacs/init they are overridden by the lines that this pull request removes.

See also nashamri/spacemacs-theme#122

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I see...nevermind :)

@dschrempf
Copy link
Contributor Author

Have there been any thoughts about accepting or rejecting this pull request? Thanks!

@sdwolfz sdwolfz added this to the Bugfix Release 0.300.1 milestone Jan 28, 2019
@duianto
Copy link
Collaborator

duianto commented May 15, 2019

Thank you for contributing to Spacemacs!
The PR has been cherry-picked into the develop branch, you can safely delete your branch.

@duianto duianto closed this May 15, 2019
@dschrempf dschrempf deleted the spacemacs-theme-no-override branch December 16, 2019 10:16
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

Successfully merging this pull request may close these issues.

4 participants