Rewrite how themes are loaded, and fonts reloaded
A follow-up to 578dddd
, which wasn't sufficient.
Fixes #5000 (again)
This commit is contained in:
parent
113dcd74cf
commit
f989bf60f0
6 changed files with 51 additions and 92 deletions
|
@ -8,8 +8,7 @@
|
|||
(use-package! doom-themes
|
||||
:defer t
|
||||
:init
|
||||
(unless doom-theme
|
||||
(setq doom-theme 'doom-one))
|
||||
(setq doom-theme 'doom-one)
|
||||
;; improve integration w/ org-mode
|
||||
(add-hook 'doom-load-theme-hook #'doom-themes-org-config)
|
||||
;; more Atom-esque file icons for neotree/treemacs
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue