diff --git a/+keybindings.el b/+keybindings.el index d0250e2..0f87714 100644 --- a/+keybindings.el +++ b/+keybindings.el @@ -29,3 +29,6 @@ ;; Keybindings for next/previous buffer (map! :n "C-j" #'previous-buffer) (map! :n "C-k" #'next-buffer) +;; Keybindings for citar +(map! :leader :n "n B" #'citar-open-files + :desc "Open associated PDF with bibliography entry") diff --git a/+org.el b/+org.el index 155a6af..548f588 100644 --- a/+org.el +++ b/+org.el @@ -94,7 +94,8 @@ (setq org-latex-src-block-backend 'engraved) ;; Set up bibliography management (setq org-cite-global-bibliography '("~/Documents/Uni/Thesis/docs/bibliography.bib") - citar-bibliography org-cite-global-bibliography) + citar-bibliography org-cite-global-bibliography + citar-library-paths '("~/Documents/Uni/Thesis/bibliography")) ;; Add citeproc and metadata-file options to ox-pandoc (after! ox-pandoc (add-to-list 'org-pandoc-valid-options 'citeproc)