[Emacs] add org-roam-ui package

This commit is contained in:
Lucien Cartier-Tilet 2023-07-07 22:29:24 +02:00
parent c2e3f1f848
commit 749fda9b83
Signed by: phundrak
GPG Key ID: BD7789E705CB8DCA
1 changed files with 12 additions and 1 deletions

View File

@ -4719,7 +4719,6 @@ the usage of the ~:ignore:~ tag in org.
*** Agenda
:PROPERTIES:
:header-args:emacs-lisp: :exports code :results silent
:CUSTOM_ID: Packages-Configuration-Org-mode-Agenda8b55fl6184j0
:END:
#+name: org-agenda-files
@ -5689,6 +5688,18 @@ management system based on org-mode.
"rar" #'org-roam-alias-remove))
#+end_src
#+begin_src emacs-lisp
(use-package org-roam-ui
:straight (:build t)
:defer t
: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))
#+end_src
*** Org-ref and Bibtex configuration
:PROPERTIES:
:CUSTOM_ID: Packages-Configuration-Org-mode-org-ref-1h586cd085j0