From ac7b4b8d362acba4fa447dd8b3798947a14a5bd2 Mon Sep 17 00:00:00 2001 From: Thomas Dehaeze Date: Wed, 25 Nov 2020 12:23:20 +0100 Subject: [PATCH] Change "tags" for "keywords" --- doom.org | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/doom.org b/doom.org index dc6e82b..daff7c3 100644 --- a/doom.org +++ b/doom.org @@ -2484,8 +2484,10 @@ Automatic export of backlinks (setq bibtex-completion-pdf-extension '(".pdf" ".djvu")) - ;; Use "tags" field when looking for bib entries - (setq helm-bibtex-additional-search-fields '(tags)) + (setq bibtex-completion-additional-search-fields '(keywords)) + + ;; Use "keywords" field when looking for bib entries + (setq helm-bibtex-additional-search-fields '(keywords)) (setq helm-bibtex-full-frame nil)