Add org-roam-ui... and it's beautifull :D.
This commit is contained in:
parent
935cb9e70b
commit
28e1e3d4b1
@ -150,5 +150,14 @@
|
|||||||
:config
|
:config
|
||||||
(org-roam-setup))
|
(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)
|
(provide 'org-config)
|
||||||
;;; org-config.el ends here
|
;;; org-config.el ends here
|
||||||
|
Loading…
Reference in New Issue
Block a user