emacs/code/elpa/lsp-ui-20240514.1943/lsp-ui-autoloads.el
2024-07-28 12:03:37 -04:00

68 lines
1.7 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.

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 (do not edit) -*- lexical-binding: t -*-
;; Generated by the `loaddefs-generate' function.
;; This file is part of GNU Emacs.
;;; Code:
(add-to-list 'load-path (or (and load-file-name (directory-file-name (file-name-directory load-file-name))) (car load-path)))
;;; 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)
(register-definition-prefixes "lsp-ui" '("lsp-ui-"))
;;; Generated autoloads from lsp-ui-doc.el
(register-definition-prefixes "lsp-ui-doc" '("lsp-ui-doc-"))
;;; Generated autoloads from lsp-ui-flycheck.el
(register-definition-prefixes "lsp-ui-flycheck" '("lsp-ui-flycheck-"))
;;; Generated autoloads from lsp-ui-imenu.el
(register-definition-prefixes "lsp-ui-imenu" '("lsp-ui-imenu" "overlay-priority"))
;;; Generated autoloads from lsp-ui-peek.el
(register-definition-prefixes "lsp-ui-peek" '("lsp-"))
;;; Generated autoloads from lsp-ui-sideline.el
(register-definition-prefixes "lsp-ui-sideline" '("lsp-ui-sideline"))
;;; Generated autoloads from lsp-ui-util.el
(register-definition-prefixes "lsp-ui-util" '("lsp-ui-util-"))
;;; End of scraped data
(provide 'lsp-ui-autoloads)
;; Local Variables:
;; version-control: never
;; no-byte-compile: t
;; no-update-autoloads: t
;; no-native-compile: t
;; coding: utf-8-emacs-unix
;; End:
;;; lsp-ui-autoloads.el ends here