emacs-citar / citar

Emacs package to quickly find and act on bibliographic references, and edit org, markdown, and latex academic documents.
GNU General Public License v3.0
479 stars 53 forks source link

Example of using dir-locals #747

Closed edmundmiller closed 1 year ago

edmundmiller commented 1 year ago

Just wondering if there's an example for using .dir-locals.el for citar-bibliography for a writing project. Something like

((nil . ((citar-bibliography . "~/path/to/project/citations.bib"))))

Seems to be working. I guess I'm just wondering if there's a better way to handle this?