Modify org eager loading to happen after org-bullets loaded

This commit is contained in:
2025-06-20 19:54:50 -07:00
parent ec0f8505d6
commit d2004559e4

View File

@@ -694,10 +694,10 @@
(use-package org-bullets (use-package org-bullets
:ensure t :ensure t
:config :config
(add-hook 'org-mode-hook (lambda () (org-bullets-mode 1)))) (add-hook 'org-mode-hook (lambda () (org-bullets-mode 1)))
;; Eagerly load org-mode ;; Eagerly load org-mode
(with-temp-buffer (org-mode)) (with-temp-buffer
(org-mode)))
(defun my/org-clear-all () (defun my/org-clear-all ()
(interactive) (interactive)