mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
ui/doom-modeline: init on doom-init-theme-hook
Initialize modeline with the theme.
This commit is contained in:
@ -624,7 +624,7 @@ Returns \"\" to not break --no-window-system."
|
||||
;; Bootstrap
|
||||
;;
|
||||
|
||||
(add-hook 'doom-init-ui-hook #'+doom-modeline|init)
|
||||
(add-hook 'doom-init-theme-hook #'+doom-modeline|init)
|
||||
(add-hook 'doom-scratch-buffer-hook #'+doom-modeline|set-special-modeline)
|
||||
(add-hook '+doom-dashboard-mode-hook #'+doom-modeline|set-project-modeline)
|
||||
|
||||
|
Reference in New Issue
Block a user