Variable: bib-cite-inputs
bib-cite-inputs is a customizable variable defined in bib-cite.el.
Value
nil
Documentation
List of directories to search for .bib files.
This is in addition to those listed in the environment variable specified by
bib-bibtex-env-variable.
Source Code
;; Defined in ~/.emacs.d/elpa/auctex-14.1.2/bib-cite.el
(defcustom bib-cite-inputs nil
"List of directories to search for .bib files.
This is in addition to those listed in the environment variable specified by
`bib-bibtex-env-variable'."
:type '(repeat (file :format "%v")))