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.

27 lines
692 B

  1. ;;; company-lsp-autoloads.el --- automatically extracted autoloads
  2. ;;
  3. ;;; Code:
  4. ;;;### (autoloads nil "company-lsp" "company-lsp.el" (0 0 0 0))
  5. ;;; Generated autoloads from company-lsp.el
  6. (autoload 'company-lsp "company-lsp" "\
  7. Define a company backend for lsp-mode.
  8. See the documentation of `company-backends' for COMMAND and ARG.
  9. \(fn COMMAND &optional ARG &rest _)" t nil)
  10. (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "company-lsp" '("company-lsp-")))
  11. ;;;***
  12. (provide 'company-lsp-autoloads)
  13. ;; Local Variables:
  14. ;; version-control: never
  15. ;; no-byte-compile: t
  16. ;; no-update-autoloads: t
  17. ;; coding: utf-8
  18. ;; End:
  19. ;;; company-lsp-autoloads.el ends here