We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Run emacs as emacs --daemon and emacsclient -c choose a theme (example modus-vivendi) then htmlize a buffer
emacs --daemon
emacsclient -c
it was htmlized with modus-vivendi theme colors
now close the emacsclient window C-x C-c then htmlize a buffer without any emacsclient window running (use functions running in emacs daemon)
now it was htmlized without theme colors
it is a problem if you're running emacs as a server
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Run emacs as
emacs --daemon
andemacsclient -c
choose a theme (example modus-vivendi) then htmlize a buffer
it was htmlized with modus-vivendi theme colors
now close the emacsclient window C-x C-c
then htmlize a buffer without any emacsclient window running (use functions running in emacs daemon)
now it was htmlized without theme colors
it is a problem if you're running emacs as a server
The text was updated successfully, but these errors were encountered: