Add org-roam-ui... and it's beautifull :D.

This commit is contained in:
kj 2022-05-08 19:00:07 -04:00
parent 935cb9e70b
commit 28e1e3d4b1

View File

@ -150,5 +150,14 @@
:config
(org-roam-setup))
(use-package org-roam-ui
:defer t
:ensure t
: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))
(provide 'org-config)
;;; org-config.el ends here