Add org-roam-ui package
This commit is contained in:
parent
d9551cf228
commit
fd72f51721
1 changed files with 8 additions and 0 deletions
8
init.el
8
init.el
|
@ -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")
|
:if-new (file+head "literature/%<%Y%m%d%H%M%S>-${slug}.org" "#+title: ${title}\n")
|
||||||
:unnarrowed t))))
|
: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
|
(use-package org-tree-slide
|
||||||
:bind ("<f5>" . org-tree-slide-mode)
|
:bind ("<f5>" . org-tree-slide-mode)
|
||||||
:custom
|
:custom
|
||||||
|
|
Loading…
Add table
Reference in a new issue