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

6 lines
173 B
EmacsLisp
Raw Normal View History

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