Add org-roam-bibtex
This commit is contained in:
parent
797a168ad3
commit
50a141aba7
1 changed files with 5 additions and 0 deletions
5
init.el
5
init.el
|
@ -821,6 +821,11 @@
|
||||||
:target (file+head "%<%Y-%m-%d>.org" "#+title: %<%Y-%m-%d>
|
:target (file+head "%<%Y-%m-%d>.org" "#+title: %<%Y-%m-%d>
|
||||||
")))))
|
")))))
|
||||||
|
|
||||||
|
(use-package org-roam-bibtex
|
||||||
|
:straight t
|
||||||
|
:after (org-roam citar)
|
||||||
|
:hook (org-roam-mode . org-roam-bibtex-mode))
|
||||||
|
|
||||||
(use-package org-roam-ui
|
(use-package org-roam-ui
|
||||||
:straight
|
:straight
|
||||||
(:host github :repo "org-roam/org-roam-ui" :branch "main" :files ("*.el" "out"))
|
(:host github :repo "org-roam/org-roam-ui" :branch "main" :files ("*.el" "out"))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue