This repository has been archived on 2024-10-22. You can view files and clone it, but cannot push or open issues or pull requests.
spacemacs/layers/+lang/bibtex/funcs.el
2021-08-25 19:31:18 +00:00

5 lines
173 B
EmacsLisp

(defun spacemacs/bibtex-find-bib-file ()
(interactive)
(pop-to-buffer
(find-file-noselect
(completing-read "Select file for opening: " ebib-preload-bib-files))))