Change "tags" for "keywords"
This commit is contained in:
parent
0fe6aa49e9
commit
13241304d3
6
doom.org
6
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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user