ui/doom: use initial-frame-alist & better +doom/reset-theme
This commit is contained in:
parent
bb07e84f7a
commit
44e672655d
2 changed files with 3 additions and 2 deletions
|
@ -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)))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue