mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-29 14:33:34 -05:00
ui/doom: use initial-frame-alist & better +doom/reset-theme
This commit is contained in:
@@ -7,6 +7,7 @@
|
||||
(let ((theme (or (car-safe custom-enabled-themes) +doom-theme)))
|
||||
(when theme
|
||||
(mapc #'disable-theme custom-enabled-themes))
|
||||
(load "doom-themes-common.el" nil t)
|
||||
(load-theme theme t)
|
||||
(+doom|refresh-bright-buffers)))
|
||||
|
||||
|
Reference in New Issue
Block a user