mirror of
https://github.com/correl/dotfiles.git
synced 2024-12-23 03:00:08 +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
|
#+end_src
|
||||||
*** Helm BibTeX
|
*** Helm BibTeX
|
||||||
#+begin_src emacs-lisp
|
#+begin_src emacs-lisp
|
||||||
(setq bibtex-completion-bibliography
|
(setq bibtex-completion-bibliography my/bibliographies
|
||||||
my/bibliographies)
|
bibtex-completion-pdf-field "File"
|
||||||
(setq bibtex-completion-pdf-field "File")
|
bibtex-completion-notes-path "~/org/roam")
|
||||||
#+end_src
|
#+end_src
|
||||||
*** Citar
|
*** Citar
|
||||||
#+begin_src emacs-lisp
|
#+begin_src emacs-lisp
|
||||||
(setq citar-bibliography my/bibliographies)
|
(setq citar-bibliography my/bibliographies
|
||||||
|
citar-notes-paths '("~/org/roam"))
|
||||||
#+end_src
|
#+end_src
|
||||||
** Org
|
** Org
|
||||||
:PROPERTIES:
|
:PROPERTIES:
|
||||||
|
|
Loading…
Reference in a new issue