[emacs] Configure org-roam-ui

This commit is contained in:
Correl Roush 2021-08-06 14:19:49 -04:00
parent 88299b4a6a
commit 208778e145

View file

@ -1006,6 +1006,17 @@ Provides a fun way to browse through a collection of notes.
(use-package! org-roam-server
:commands org-roam-server-mode)
#+end_src
**** Org Roam UI
#+begin_src emacs-lisp
(use-package! org-roam-ui
:after org-roam
:commands org-roam-ui-mode
: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))
#+end_src
**** Use writeroom in org-roam buffers
Makes for a much nicer note-taking experience.