mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
ui/doom: set load-theme hooks sooner
Allows users to remove them without after! blocks.
This commit is contained in:
@ -27,7 +27,6 @@
|
|||||||
:init
|
:init
|
||||||
(unless doom-theme
|
(unless doom-theme
|
||||||
(setq doom-theme 'doom-one))
|
(setq doom-theme 'doom-one))
|
||||||
:config
|
|
||||||
;; improve integration w/ org-mode
|
;; improve integration w/ org-mode
|
||||||
(add-hook 'doom-load-theme-hook #'doom-themes-org-config)
|
(add-hook 'doom-load-theme-hook #'doom-themes-org-config)
|
||||||
;; more Atom-esque file icons for neotree/treemacs
|
;; more Atom-esque file icons for neotree/treemacs
|
||||||
|
Reference in New Issue
Block a user