Add org-roam-ui package

This commit is contained in:
Marcus Kammer 2024-10-28 16:49:04 +01:00
parent d9551cf228
commit fd72f51721

View file

@ -1787,6 +1787,14 @@ Uses `mk/hyperspec-dir-locations' to find the directory."
:if-new (file+head "literature/%<%Y%m%d%H%M%S>-${slug}.org" "#+title: ${title}\n")
:unnarrowed t))))
(use-package org-roam-ui
:after org-roam
:config
(setq org-roam-ui-sync-theme t
org-roam-ui-follow t
org-roam-ui-update-on-save t
org-roam-ui-open-on-start t))
(use-package org-tree-slide
:bind ("<f5>" . org-tree-slide-mode)
:custom