My attempt to optimize my emacs load time <1 second
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

67 lines
2.0 KiB

;;; lsp-ui-autoloads.el --- automatically extracted autoloads
;;
;;; Code:
;;;### (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)
(if (fboundp 'register-definition-prefixes) (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
(if (fboundp 'register-definition-prefixes) (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
(if (fboundp 'register-definition-prefixes) (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
(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "lsp-ui-imenu" '("lsp-ui-imenu")))
;;;***
;;;### (autoloads nil "lsp-ui-peek" "lsp-ui-peek.el" (0 0 0 0))
;;; Generated autoloads from lsp-ui-peek.el
(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "lsp-ui-peek" '("lsp-ui-peek-")))
;;;***
;;;### (autoloads nil "lsp-ui-sideline" "lsp-ui-sideline.el" (0 0
;;;;;; 0 0))
;;; Generated autoloads from lsp-ui-sideline.el
(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "lsp-ui-sideline" '("lsp-ui-sideline")))
;;;***
(provide 'lsp-ui-autoloads)
;; Local Variables:
;; version-control: never
;; no-byte-compile: t
;; no-update-autoloads: t
;; coding: utf-8
;; End:
;;; lsp-ui-autoloads.el ends here