emacs/var/backup/!home!chris!.emacs.d!straight!build!hover!hover-autoloads.el~
2022-01-03 12:49:32 -06:00

38 lines
798 B
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.

;;; hover-autoloads.el --- automatically extracted autoloads -*- lexical-binding: t -*-
;;
;;; Code:
;;;### (autoloads nil "hover" "hover.el" (0 0 0 0))
;;; Generated autoloads from hover.el
(autoload 'hover-kill "hover" "\
Kill hover buffer." t nil)
(autoload 'hover-run "hover" "\
Execute `hover run` inside Emacs.
ARGS is a space-delimited string of CLI flags passed to
`hover`, and can be nil. Call with a prefix to be prompted for
args.
\(fn &optional ARGS)" t nil)
(autoload 'hover-mode "hover" "\
Major mode for `hover-run'.
\(fn)" t nil)
(register-definition-prefixes "hover" '("hover-"))
;;;***
(provide 'hover-autoloads)
;; Local Variables:
;; version-control: never
;; no-byte-compile: t
;; no-update-autoloads: t
;; coding: utf-8
;; End:
;;; hover-autoloads.el ends here