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

47 lines
1.4 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.

;;; eaf-autoloads.el --- automatically extracted autoloads -*- lexical-binding: t -*-
;;
;;; Code:
;;;### (autoloads nil "eaf" "eaf.el" (0 0 0 0))
;;; Generated autoloads from eaf.el
(autoload 'eaf-open-bookmark "eaf" "\
Command to open or create EAF bookmarks with completion." t nil)
(autoload 'eaf-get-file-name-extension "eaf" "\
A wrapper around `file-name-extension' that downcases the extension of the FILE.
\(fn FILE)" nil nil)
(autoload 'eaf-open "eaf" "\
Open an EAF application with URL, optional APP-NAME and ARGS.
Interactively, a prefix arg replaces ALWAYS-NEW, which means to open a new
buffer regardless of whether a buffer with existing URL and APP-NAME exists.
By default, `eaf-open' will switch to buffer if corresponding url exists.
`eaf-open' always open new buffer if option OPEN-ALWAYS is non-nil.
When called interactively, URL accepts a file that can be opened by EAF.
\(fn URL &optional APP-NAME ARGS ALWAYS-NEW)" t nil)
(autoload 'eaf-install-and-update "eaf" "\
Interactively run `install-eaf.py' to install/update EAF apps.
For a full `install-eaf.py' experience, refer to `--help' and run in a terminal." t nil)
(register-definition-prefixes "eaf" '("eaf-" "eval-in-emacs-func" "get-emacs-"))
;;;***
(provide 'eaf-autoloads)
;; Local Variables:
;; version-control: never
;; no-byte-compile: t
;; no-update-autoloads: t
;; coding: utf-8
;; End:
;;; eaf-autoloads.el ends here