47 lines
1.4 KiB
EmacsLisp
47 lines
1.4 KiB
EmacsLisp
;;; 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
|