lang/org: doom-init-theme-hook => doom-load-theme-hook
This commit is contained in:
parent
28303e24a2
commit
0dd2df5a86
1 changed files with 1 additions and 1 deletions
|
@ -222,7 +222,7 @@ unfold to point on startup."
|
||||||
(def-org-file-link! "doom-modules" doom-modules-dir)
|
(def-org-file-link! "doom-modules" doom-modules-dir)
|
||||||
|
|
||||||
;; Update UI when theme is changed
|
;; 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 ()
|
(defun +org|setup-keybinds ()
|
||||||
"Sets up org-mode and evil keybindings. Tries to fix the idiosyncrasies
|
"Sets up org-mode and evil keybindings. Tries to fix the idiosyncrasies
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue