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

  1. ;;; lsp-ui-autoloads.el --- automatically extracted autoloads
  2. ;;
  3. ;;; Code:
  4. ;;;### (autoloads nil "lsp-ui" "lsp-ui.el" (0 0 0 0))
  5. ;;; Generated autoloads from lsp-ui.el
  6. (autoload 'lsp-ui-mode "lsp-ui" "\
  7. Toggle language server UI mode on or off.
  8. lsp-ui-mode is a minor mode that contains a series of useful UI
  9. integrations for lsp-mode. With a prefix argument ARG, enable
  10. language server UI mode if ARG is positive, and disable it
  11. otherwise. If called from Lisp, enable the mode if ARG is
  12. omitted or nil, and toggle it if ARG is toggle.
  13. \(fn &optional ARG)" t nil)
  14. (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "lsp-ui" '("lsp-ui-")))
  15. ;;;***
  16. ;;;### (autoloads nil "lsp-ui-doc" "lsp-ui-doc.el" (0 0 0 0))
  17. ;;; Generated autoloads from lsp-ui-doc.el
  18. (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "lsp-ui-doc" '("lsp-ui-doc-")))
  19. ;;;***
  20. ;;;### (autoloads nil "lsp-ui-flycheck" "lsp-ui-flycheck.el" (0 0
  21. ;;;;;; 0 0))
  22. ;;; Generated autoloads from lsp-ui-flycheck.el
  23. (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "lsp-ui-flycheck" '("lsp-ui-flycheck-")))
  24. ;;;***
  25. ;;;### (autoloads nil "lsp-ui-imenu" "lsp-ui-imenu.el" (0 0 0 0))
  26. ;;; Generated autoloads from lsp-ui-imenu.el
  27. (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "lsp-ui-imenu" '("lsp-ui-imenu")))
  28. ;;;***
  29. ;;;### (autoloads nil "lsp-ui-peek" "lsp-ui-peek.el" (0 0 0 0))
  30. ;;; Generated autoloads from lsp-ui-peek.el
  31. (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "lsp-ui-peek" '("lsp-ui-peek-")))
  32. ;;;***
  33. ;;;### (autoloads nil "lsp-ui-sideline" "lsp-ui-sideline.el" (0 0
  34. ;;;;;; 0 0))
  35. ;;; Generated autoloads from lsp-ui-sideline.el
  36. (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "lsp-ui-sideline" '("lsp-ui-sideline")))
  37. ;;;***
  38. (provide 'lsp-ui-autoloads)
  39. ;; Local Variables:
  40. ;; version-control: never
  41. ;; no-byte-compile: t
  42. ;; no-update-autoloads: t
  43. ;; coding: utf-8
  44. ;; End:
  45. ;;; lsp-ui-autoloads.el ends here