janusvm / .doom.d

My personal configuration for Doom Emacs
2 stars 0 forks source link

Change cycle-theme to use load-theme instead of doom/reload-theme #5

Closed janusvm closed 2 years ago

janusvm commented 2 years ago

Fix cycle-theme not working by using load-theme directly instead of relying on internal logic of doom/reload-theme. Because of this, a custom.el is generated when the themes are loaded — this has been gitignored. Also fix an issue with a removed variable in Emacs 29.

This PR resolves #3