Klimi's new dotfiles with stow.
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

58 строки
1.6 KiB

4 лет назад
  1. ;;; helm-bibtex-autoloads.el --- automatically extracted autoloads
  2. ;;
  3. ;;; Code:
  4. (add-to-list 'load-path (directory-file-name
  5. (or (file-name-directory #$) (car load-path))))
  6. ;;;### (autoloads nil "bibtex-completion" "bibtex-completion.el"
  7. ;;;;;; (0 0 0 0))
  8. ;;; Generated autoloads from bibtex-completion.el
  9. (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "bibtex-completion" '("bibtex-completion-")))
  10. ;;;***
  11. ;;;### (autoloads nil "helm-bibtex" "helm-bibtex.el" (0 0 0 0))
  12. ;;; Generated autoloads from helm-bibtex.el
  13. (autoload 'helm-bibtex "helm-bibtex" "\
  14. Search BibTeX entries.
  15. With a prefix ARG, the cache is invalidated and the bibliography
  16. reread.
  17. If LOCAL-BIB is non-nil, display that the BibTeX entries are read
  18. from the local bibliography. This is set internally by
  19. `helm-bibtex-with-local-bibliography'.
  20. If INPUT is non-nil and a string, that value is going to be used
  21. as a predefined search term. Can be used to define functions for
  22. frequent searches (e.g. your own publications).
  23. \(fn &optional ARG LOCAL-BIB INPUT)" t nil)
  24. (autoload 'helm-bibtex-with-local-bibliography "helm-bibtex" "\
  25. Search BibTeX entries with local bibliography.
  26. With a prefix ARG the cache is invalidated and the bibliography
  27. reread.
  28. \(fn &optional ARG)" t nil)
  29. (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "helm-bibtex" '("helm-")))
  30. ;;;***
  31. ;;;### (autoloads nil nil ("helm-bibtex-pkg.el") (0 0 0 0))
  32. ;;;***
  33. ;; Local Variables:
  34. ;; version-control: never
  35. ;; no-byte-compile: t
  36. ;; no-update-autoloads: t
  37. ;; coding: utf-8
  38. ;; End:
  39. ;;; helm-bibtex-autoloads.el ends here