mirror of
https://github.com/correl/dotfiles.git
synced 2024-12-22 19:17:34 +00:00
[emacs] Configure reference notes path
This commit is contained in:
parent
412d47073f
commit
0e1ed12d41
1 changed files with 5 additions and 4 deletions
|
@ -130,13 +130,14 @@ Calibre library, which I regularly export and keep synced via Nextcloud.
|
|||
#+end_src
|
||||
*** Helm BibTeX
|
||||
#+begin_src emacs-lisp
|
||||
(setq bibtex-completion-bibliography
|
||||
my/bibliographies)
|
||||
(setq bibtex-completion-pdf-field "File")
|
||||
(setq bibtex-completion-bibliography my/bibliographies
|
||||
bibtex-completion-pdf-field "File"
|
||||
bibtex-completion-notes-path "~/org/roam")
|
||||
#+end_src
|
||||
*** Citar
|
||||
#+begin_src emacs-lisp
|
||||
(setq citar-bibliography my/bibliographies)
|
||||
(setq citar-bibliography my/bibliographies
|
||||
citar-notes-paths '("~/org/roam"))
|
||||
#+end_src
|
||||
** Org
|
||||
:PROPERTIES:
|
||||
|
|
Loading…
Reference in a new issue