jonnay / org-beautify-theme

Subtle theme tweaks to make org-mode more pretty
77 stars 12 forks source link

error: Window system is not in use or not initialized #9

Closed shackra closed 6 years ago

shackra commented 6 years ago

I'm experiencing the bug reported in https://github.com/bbatsov/prelude/issues/1093

Turning off this package fixes it.

jonnay commented 6 years ago

Heh.

"Doctor Doctor... it hurts when I do this!" "Well Don't do it!"

you could try:

(when window-system
  ... load theme here ... )

But otherwise I don't think this is a bug with org-beautify-theme. It's whole raison d'etre is to make org mode look nice on a window system. Loading a theme in daemon mode is your problem.