emacs/code/elpa/lsp-ui-20230811.552/lsp-ui-autoloads.el

81 lines
2.1 KiB
EmacsLisp
Raw Permalink 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.

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

;;; lsp-ui-autoloads.el --- automatically extracted autoloads -*- lexical-binding: t -*-
;;
;;; Code:
(add-to-list 'load-path (directory-file-name
(or (file-name-directory #$) (car load-path))))
;;;### (autoloads nil "lsp-ui" "lsp-ui.el" (0 0 0 0))
;;; Generated autoloads from lsp-ui.el
(autoload 'lsp-ui-mode "lsp-ui" "\
Toggle language server UI mode on or off.
lsp-ui-mode is a minor mode that contains a series of useful UI
integrations for lsp-mode. With a prefix argument ARG, enable
language server UI mode if ARG is positive, and disable it
otherwise. If called from Lisp, enable the mode if ARG is
omitted or nil, and toggle it if ARG is toggle.
\(fn &optional ARG)" t nil)
(register-definition-prefixes "lsp-ui" '("lsp-ui-"))
;;;***
;;;### (autoloads nil "lsp-ui-doc" "lsp-ui-doc.el" (0 0 0 0))
;;; Generated autoloads from lsp-ui-doc.el
(register-definition-prefixes "lsp-ui-doc" '("lsp-ui-doc-"))
;;;***
;;;### (autoloads nil "lsp-ui-flycheck" "lsp-ui-flycheck.el" (0 0
;;;;;; 0 0))
;;; Generated autoloads from lsp-ui-flycheck.el
(register-definition-prefixes "lsp-ui-flycheck" '("lsp-ui-flycheck-"))
;;;***
;;;### (autoloads nil "lsp-ui-imenu" "lsp-ui-imenu.el" (0 0 0 0))
;;; Generated autoloads from lsp-ui-imenu.el
(register-definition-prefixes "lsp-ui-imenu" '("lsp-ui-imenu" "overlay-priority"))
;;;***
;;;### (autoloads nil "lsp-ui-peek" "lsp-ui-peek.el" (0 0 0 0))
;;; Generated autoloads from lsp-ui-peek.el
(register-definition-prefixes "lsp-ui-peek" '("lsp-"))
;;;***
;;;### (autoloads nil "lsp-ui-sideline" "lsp-ui-sideline.el" (0 0
;;;;;; 0 0))
;;; Generated autoloads from lsp-ui-sideline.el
(register-definition-prefixes "lsp-ui-sideline" '("lsp-ui-sideline"))
;;;***
;;;### (autoloads nil "lsp-ui-util" "lsp-ui-util.el" (0 0 0 0))
;;; Generated autoloads from lsp-ui-util.el
(register-definition-prefixes "lsp-ui-util" '("lsp-ui-util-"))
;;;***
;;;### (autoloads nil nil ("lsp-ui-pkg.el") (0 0 0 0))
;;;***
;; Local Variables:
;; version-control: never
;; no-byte-compile: t
;; no-update-autoloads: t
;; coding: utf-8
;; End:
;;; lsp-ui-autoloads.el ends here