mirror of
https://github.com/correl/dotfiles.git
synced 2024-11-28 19:19:50 +00:00
[emacs] Configure org-roam-ui
This commit is contained in:
parent
88299b4a6a
commit
208778e145
1 changed files with 11 additions and 0 deletions
|
@ -1006,6 +1006,17 @@ Provides a fun way to browse through a collection of notes.
|
||||||
(use-package! org-roam-server
|
(use-package! org-roam-server
|
||||||
:commands org-roam-server-mode)
|
:commands org-roam-server-mode)
|
||||||
#+end_src
|
#+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
|
**** Use writeroom in org-roam buffers
|
||||||
Makes for a much nicer note-taking experience.
|
Makes for a much nicer note-taking experience.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue