Add org heading support to bookmark.el
This commit is contained in:
parent
13e2eefae1
commit
647750c18c
2 changed files with 5 additions and 0 deletions
|
@ -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))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue