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.

88 lines
2.5 KiB

  1. ;;; lsp-treemacs-autoloads.el --- automatically extracted autoloads
  2. ;;
  3. ;;; Code:
  4. ;;;### (autoloads nil "lsp-metals-treeview" "lsp-metals-treeview.el"
  5. ;;;;;; (0 0 0 0))
  6. ;;; Generated autoloads from lsp-metals-treeview.el
  7. (autoload 'lsp-metals-treeview-enable "lsp-metals-treeview" "\
  8. Enable Metals treeview extension - send capability
  9. to Metals to indicate we want treeview messages and wire up notification
  10. handlers.
  11. \(fn ENABLE)" t nil)
  12. (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "lsp-metals-treeview" '("lsp-metals-tree")))
  13. ;;;***
  14. ;;;### (autoloads nil "lsp-treemacs" "lsp-treemacs.el" (0 0 0 0))
  15. ;;; Generated autoloads from lsp-treemacs.el
  16. (autoload 'lsp-treemacs-errors-list "lsp-treemacs" "\
  17. Display error list.
  18. \(fn)" t nil)
  19. (autoload 'lsp-treemacs-symbols "lsp-treemacs" "\
  20. Show symbols view.
  21. \(fn)" t nil)
  22. (autoload 'lsp-treemacs-java-deps-list "lsp-treemacs" "\
  23. Display error list.
  24. \(fn)" t nil)
  25. (autoload 'lsp-treemacs-java-deps-follow "lsp-treemacs" "\
  26. \(fn)" t nil)
  27. (defvar lsp-treemacs-sync-mode nil "\
  28. Non-nil if Lsp-Treemacs-Sync mode is enabled.
  29. See the `lsp-treemacs-sync-mode' command
  30. for a description of this minor mode.
  31. Setting this variable directly does not take effect;
  32. either customize it (see the info node `Easy Customization')
  33. or call the function `lsp-treemacs-sync-mode'.")
  34. (custom-autoload 'lsp-treemacs-sync-mode "lsp-treemacs" nil)
  35. (autoload 'lsp-treemacs-sync-mode "lsp-treemacs" "\
  36. Global minor mode for synchronizing lsp-mode workspace folders and treemacs projects.
  37. \(fn &optional ARG)" t nil)
  38. (autoload 'lsp-treemacs-references "lsp-treemacs" "\
  39. Show the references for the symbol at point.
  40. With a prefix argument, select the new window and expand the tree of references automatically.
  41. \(fn ARG)" t nil)
  42. (autoload 'lsp-treemacs-implementations "lsp-treemacs" "\
  43. Show the implementations for the symbol at point.
  44. With a prefix argument, select the new window expand the tree of implementations automatically.
  45. \(fn ARG)" t nil)
  46. (autoload 'lsp-treemacs-call-hierarchy "lsp-treemacs" "\
  47. Show the incoming call hierarchy for the symbol at point.
  48. With a prefix argument, show the outgoing call hierarchy.
  49. \(fn OUTGOING)" t nil)
  50. (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "lsp-treemacs" '("lsp-treemacs-")))
  51. ;;;***
  52. (provide 'lsp-treemacs-autoloads)
  53. ;; Local Variables:
  54. ;; version-control: never
  55. ;; no-byte-compile: t
  56. ;; no-update-autoloads: t
  57. ;; coding: utf-8
  58. ;; End:
  59. ;;; lsp-treemacs-autoloads.el ends here