trying to fix
This commit is contained in:
parent
fa407dfeb6
commit
e013d7569e
22945 changed files with 447936 additions and 0 deletions
37
straight/build/hover/hover-autoloads.el
Normal file
37
straight/build/hover/hover-autoloads.el
Normal file
|
@ -0,0 +1,37 @@
|
|||
;;; 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
|
Loading…
Add table
Add a link
Reference in a new issue