[Emacs] add org-roam-ui package
This commit is contained in:
parent
c2e3f1f848
commit
749fda9b83
@ -4719,7 +4719,6 @@ the usage of the ~:ignore:~ tag in org.
|
|||||||
|
|
||||||
*** Agenda
|
*** Agenda
|
||||||
:PROPERTIES:
|
:PROPERTIES:
|
||||||
:header-args:emacs-lisp: :exports code :results silent
|
|
||||||
:CUSTOM_ID: Packages-Configuration-Org-mode-Agenda8b55fl6184j0
|
:CUSTOM_ID: Packages-Configuration-Org-mode-Agenda8b55fl6184j0
|
||||||
:END:
|
:END:
|
||||||
#+name: org-agenda-files
|
#+name: org-agenda-files
|
||||||
@ -5689,6 +5688,18 @@ management system based on org-mode.
|
|||||||
"rar" #'org-roam-alias-remove))
|
"rar" #'org-roam-alias-remove))
|
||||||
#+end_src
|
#+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
|
*** Org-ref and Bibtex configuration
|
||||||
:PROPERTIES:
|
:PROPERTIES:
|
||||||
:CUSTOM_ID: Packages-Configuration-Org-mode-org-ref-1h586cd085j0
|
:CUSTOM_ID: Packages-Configuration-Org-mode-org-ref-1h586cd085j0
|
||||||
|
Loading…
Reference in New Issue
Block a user