mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
lang/org: doom-init-theme-hook => doom-load-theme-hook
This commit is contained in:
@ -222,7 +222,7 @@ unfold to point on startup."
|
||||
(def-org-file-link! "doom-modules" doom-modules-dir)
|
||||
|
||||
;; Update UI when theme is changed
|
||||
(add-hook 'doom-init-theme-hook #'+org|setup-ui))
|
||||
(add-hook 'doom-load-theme-hook #'+org|setup-ui))
|
||||
|
||||
(defun +org|setup-keybinds ()
|
||||
"Sets up org-mode and evil keybindings. Tries to fix the idiosyncrasies
|
||||
|
Reference in New Issue
Block a user