Files
emacs.d/elpa/ivy-bibtex-20171022.220/ivy-bibtex-autoloads.el
Mateus Pinto Rodrigues 58c3bd6728 Initial commit
2017-11-11 15:15:10 -02:00

43 lines
1.1 KiB
EmacsLisp
Raw Blame History

This file contains invisible Unicode characters
This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
;;; ivy-bibtex-autoloads.el --- automatically extracted autoloads
;;
;;; Code:
(add-to-list 'load-path (directory-file-name (or (file-name-directory #$) (car load-path))))
;;;### (autoloads nil "ivy-bibtex" "ivy-bibtex.el" (23020 42069 858440
;;;;;; 493000))
;;; Generated autoloads from ivy-bibtex.el
(autoload 'ivy-bibtex "ivy-bibtex" "\
Search BibTeX entries using ivy.
With a prefix ARG the cache is invalidated and the bibliography
reread.
If LOCAL-BIB is non-nil, display that the BibTeX entries are read
from the local bibliography. This is set internally by
`ivy-bibtex-with-local-bibliography'.
\(fn &optional ARG LOCAL-BIB)" t nil)
(autoload 'ivy-bibtex-with-local-bibliography "ivy-bibtex" "\
Search BibTeX entries with local bibliography.
With a prefix ARG the cache is invalidated and the bibliography
reread.
\(fn &optional ARG)" t nil)
;;;***
;;;### (autoloads nil nil ("bibtex-completion.el" "ivy-bibtex-pkg.el")
;;;;;; (23020 42069 848440 474000))
;;;***
;; Local Variables:
;; version-control: never
;; no-byte-compile: t
;; no-update-autoloads: t
;; End:
;;; ivy-bibtex-autoloads.el ends here