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.

32 lines
862 B

  1. ;;; lsp-ivy-autoloads.el --- automatically extracted autoloads
  2. ;;
  3. ;;; Code:
  4. ;;;### (autoloads nil "lsp-ivy" "lsp-ivy.el" (0 0 0 0))
  5. ;;; Generated autoloads from lsp-ivy.el
  6. (autoload 'lsp-ivy-workspace-symbol "lsp-ivy" "\
  7. `ivy' for lsp workspace/symbol.
  8. When called with prefix ARG the default selection will be symbol at point.
  9. \(fn ARG)" t nil)
  10. (autoload 'lsp-ivy-global-workspace-symbol "lsp-ivy" "\
  11. `ivy' for lsp workspace/symbol for all of the current workspaces.
  12. When called with prefix ARG the default selection will be symbol at point.
  13. \(fn ARG)" t nil)
  14. (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "lsp-ivy" '("lsp-ivy-")))
  15. ;;;***
  16. (provide 'lsp-ivy-autoloads)
  17. ;; Local Variables:
  18. ;; version-control: never
  19. ;; no-byte-compile: t
  20. ;; no-update-autoloads: t
  21. ;; coding: utf-8
  22. ;; End:
  23. ;;; lsp-ivy-autoloads.el ends here