diff --git a/modules/lang/org/config.el b/modules/lang/org/config.el index 34c49501b..cba098154 100644 --- a/modules/lang/org/config.el +++ b/modules/lang/org/config.el @@ -791,6 +791,10 @@ compelling reason, so..." :config (setq toc-org-hrefify-default "gh")) +(use-package! org-bookmark-heading ; add org heading support to bookmark.el + :after (:or bookmark org)) + + (use-package! org-bullets ; "prettier" bullets :hook (org-mode . org-bullets-mode)) diff --git a/modules/lang/org/packages.el b/modules/lang/org/packages.el index 91b04d25b..09277f344 100644 --- a/modules/lang/org/packages.el +++ b/modules/lang/org/packages.el @@ -35,6 +35,7 @@ (package! ox-clip) (package! toc-org) (package! org-cliplink) +(package! org-bookmark-heading) (when (featurep! :editor evil +everywhere) (package! evil-org :recipe (:host github :repo "hlissner/evil-org-mode")))