6 lines
173 B
EmacsLisp
6 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))))
|