fix(org): do not rely on org-indent being loaded

Amend: 9dfcb5401f
This commit is contained in:
Damien Pollet
2025-04-06 21:33:09 +02:00
committed by GitHub
parent 20ad20f8eb
commit c3d4970da5

View File

@ -22,7 +22,7 @@
;; rely on just that.
(add-hook! 'org-modern-mode-hook
(defun +org-modern-show-hidden-stars-in-indent-mode-h ()
(when org-indent-mode
(when (bound-and-true-p org-indent-mode)
(setq-local org-modern-hide-stars nil))))
;; Carry over the default values of `org-todo-keyword-faces', `org-tag-faces',