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.

359 lines
13 KiB

  1. ;;; treemacs-autoloads.el --- automatically extracted autoloads
  2. ;;
  3. ;;; Code:
  4. ;;;### (autoloads nil "treemacs" "treemacs.el" (0 0 0 0))
  5. ;;; Generated autoloads from treemacs.el
  6. (autoload 'treemacs-version "treemacs" "\
  7. Return the `treemacs-version'." t nil)
  8. (autoload 'treemacs "treemacs" "\
  9. Initialize or toggle treemacs.
  10. * If the treemacs window is visible hide it.
  11. * If a treemacs buffer exists, but is not visible show it.
  12. * If no treemacs buffer exists for the current frame create and show it.
  13. * If the workspace is empty additionally ask for the root path of the first
  14. project to add." t nil)
  15. (autoload 'treemacs-find-file "treemacs" "\
  16. Find and focus the current file in the treemacs window.
  17. If the current buffer has visits no file or with a prefix ARG ask for the
  18. file instead.
  19. Will show/create a treemacs buffers if it is not visible/does not exist.
  20. For the most part only useful when `treemacs-follow-mode' is not active.
  21. \(fn &optional ARG)" t nil)
  22. (autoload 'treemacs-find-tag "treemacs" "\
  23. Find and move point to the tag at point in the treemacs view.
  24. Most likley to be useful when `treemacs-tag-follow-mode' is not active.
  25. Will ask to change the treemacs root if the file to find is not under the
  26. root. If no treemacs buffer exists it will be created with the current file's
  27. containing directory as root. Will do nothing if the current buffer is not
  28. visiting a file or Emacs cannot find any tags for the current file." t nil)
  29. (autoload 'treemacs-select-window "treemacs" "\
  30. Select the treemacs window if it is visible.
  31. Bring it to the foreground if it is not visible.
  32. Initialize a new treemacs buffer as calling `treemacs' would if there is no
  33. treemacs buffer for this frame." t nil)
  34. (autoload 'treemacs-show-changelog "treemacs" "\
  35. Show the changelog of treemacs." t nil)
  36. (autoload 'treemacs-edit-workspaces "treemacs" "\
  37. Edit your treemacs workspaces and projects as an `org-mode' file." t nil)
  38. (autoload 'treemacs-display-current-project-exclusively "treemacs" "\
  39. Display the current project, and *only* the current project.
  40. Like `treemacs-add-and-display-current-project' this will add the current
  41. project to treemacs based on either projectile or the built projectl.el.
  42. However the 'exclusive' part means that it will make the current project the
  43. only project, all other projects *will be removed* from the current workspace." t nil)
  44. (autoload 'treemacs-add-and-display-current-project "treemacs" "\
  45. Open treemacs and add the current project root to the workspace.
  46. The project is determined first by projectile (if treemacs-projectile is
  47. installed), then by project.el.
  48. If the project is already registered with treemacs just move point to its root.
  49. An error message is displayed if the current buffer is not part of any project." t nil)
  50. (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "treemacs" '("treemacs-version")))
  51. ;;;***
  52. ;;;### (autoloads nil "treemacs-async" "treemacs-async.el" (0 0 0
  53. ;;;;;; 0))
  54. ;;; Generated autoloads from treemacs-async.el
  55. (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "treemacs-async" '("treemacs-")))
  56. ;;;***
  57. ;;;### (autoloads nil "treemacs-bookmarks" "treemacs-bookmarks.el"
  58. ;;;;;; (0 0 0 0))
  59. ;;; Generated autoloads from treemacs-bookmarks.el
  60. (autoload 'treemacs-bookmark "treemacs-bookmarks" "\
  61. Find a bookmark in treemacs.
  62. Only bookmarks marking either a file or a directory are offered for selection.
  63. Treemacs will try to find and focus the given bookmark's location, in a similar
  64. fashion to `treemacs-find-file'.
  65. With a prefix argument ARG treemacs will also open the bookmarked location.
  66. \(fn &optional ARG)" t nil)
  67. (autoload 'treemacs--bookmark-handler "treemacs-bookmarks" "\
  68. Open Treemacs into a bookmark RECORD.
  69. \(fn RECORD)" nil nil)
  70. (autoload 'treemacs-add-bookmark "treemacs-bookmarks" "\
  71. Add the current node to Emacs' list of bookmarks.
  72. For file and directory nodes their absolute path is saved. Tag nodes
  73. additionally also save the tag's position. A tag can only be bookmarked if the
  74. treemacs node is pointing to a valid buffer position." t nil)
  75. (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "treemacs-bookmarks" '("treemacs--")))
  76. ;;;***
  77. ;;;### (autoloads nil "treemacs-compatibility" "treemacs-compatibility.el"
  78. ;;;;;; (0 0 0 0))
  79. ;;; Generated autoloads from treemacs-compatibility.el
  80. (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "treemacs-compatibility" '("treemacs--split-window-advice")))
  81. ;;;***
  82. ;;;### (autoloads nil "treemacs-core-utils" "treemacs-core-utils.el"
  83. ;;;;;; (0 0 0 0))
  84. ;;; Generated autoloads from treemacs-core-utils.el
  85. (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "treemacs-core-utils" '("treemacs-")))
  86. ;;;***
  87. ;;;### (autoloads nil "treemacs-customization" "treemacs-customization.el"
  88. ;;;;;; (0 0 0 0))
  89. ;;; Generated autoloads from treemacs-customization.el
  90. (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "treemacs-customization" '("treemacs-")))
  91. ;;;***
  92. ;;;### (autoloads nil "treemacs-diagnostics" "treemacs-diagnostics.el"
  93. ;;;;;; (0 0 0 0))
  94. ;;; Generated autoloads from treemacs-diagnostics.el
  95. (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "treemacs-diagnostics" '("treemacs-")))
  96. ;;;***
  97. ;;;### (autoloads nil "treemacs-dom" "treemacs-dom.el" (0 0 0 0))
  98. ;;; Generated autoloads from treemacs-dom.el
  99. (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "treemacs-dom" '("treemacs-")))
  100. ;;;***
  101. ;;;### (autoloads nil "treemacs-extensions" "treemacs-extensions.el"
  102. ;;;;;; (0 0 0 0))
  103. ;;; Generated autoloads from treemacs-extensions.el
  104. (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "treemacs-extensions" '("treemacs-")))
  105. ;;;***
  106. ;;;### (autoloads nil "treemacs-filewatch-mode" "treemacs-filewatch-mode.el"
  107. ;;;;;; (0 0 0 0))
  108. ;;; Generated autoloads from treemacs-filewatch-mode.el
  109. (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "treemacs-filewatch-mode" '("treemacs-")))
  110. ;;;***
  111. ;;;### (autoloads nil "treemacs-follow-mode" "treemacs-follow-mode.el"
  112. ;;;;;; (0 0 0 0))
  113. ;;; Generated autoloads from treemacs-follow-mode.el
  114. (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "treemacs-follow-mode" '("treemacs-")))
  115. ;;;***
  116. ;;;### (autoloads nil "treemacs-fringe-indicator" "treemacs-fringe-indicator.el"
  117. ;;;;;; (0 0 0 0))
  118. ;;; Generated autoloads from treemacs-fringe-indicator.el
  119. (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "treemacs-fringe-indicator" '("treemacs-")))
  120. ;;;***
  121. ;;;### (autoloads nil "treemacs-header-line" "treemacs-header-line.el"
  122. ;;;;;; (0 0 0 0))
  123. ;;; Generated autoloads from treemacs-header-line.el
  124. (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "treemacs-header-line" '("treemacs-header-buttons-format")))
  125. ;;;***
  126. ;;;### (autoloads nil "treemacs-icons" "treemacs-icons.el" (0 0 0
  127. ;;;;;; 0))
  128. ;;; Generated autoloads from treemacs-icons.el
  129. (autoload 'treemacs-resize-icons "treemacs-icons" "\
  130. Resize the current theme's icons to the given SIZE.
  131. If SIZE is 'nil' the icons are not resized and will retain their default size of
  132. 22 pixels.
  133. There is only one size, the icons are square and the aspect ratio will be
  134. preserved when resizing them therefore width and height are the same.
  135. Resizing the icons only works if Emacs was built with ImageMagick support, or if
  136. using Emacs >= 27.1,which has native image resizing support. If this is not the
  137. case this function will not have any effect.
  138. Custom icons are not taken into account, only the size of treemacs' own icons
  139. png are changed.
  140. \(fn SIZE)" t nil)
  141. (autoload 'treemacs-define-custom-icon "treemacs-icons" "\
  142. Define a custom ICON for the current theme to use for FILE-EXTENSIONS.
  143. Note that treemacs has a very loose definition of what constitutes a file
  144. extension - it's either everything past the last period, or just the file's full
  145. name if there is no period. This makes it possible to match file names like
  146. '.gitignore' and 'Makefile'.
  147. Additionally FILE-EXTENSIONS are also not case sensitive and will be stored in a
  148. downcased state.
  149. \(fn ICON &rest FILE-EXTENSIONS)" nil nil)
  150. (autoload 'treemacs-map-icons-with-auto-mode-alist "treemacs-icons" "\
  151. Remaps icons for EXTENSIONS according to `auto-mode-alist'.
  152. EXTENSIONS should be a list of file extensions such that they match the regex
  153. stored in `auto-mode-alist', for example '(\".cc\").
  154. MODE-ICON-ALIST is an alist that maps which mode from `auto-mode-alist' should
  155. be assigned which treemacs icon, for exmaple
  156. '((c-mode . treemacs-icon-c)
  157. (c++-mode . treemacs-icon-cpp))
  158. \(fn EXTENSIONS MODE-ICON-ALIST)" nil nil)
  159. (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "treemacs-icons" '("treemacs-")))
  160. ;;;***
  161. ;;;### (autoloads nil "treemacs-interface" "treemacs-interface.el"
  162. ;;;;;; (0 0 0 0))
  163. ;;; Generated autoloads from treemacs-interface.el
  164. (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "treemacs-interface" '("treemacs-")))
  165. ;;;***
  166. ;;;### (autoloads nil "treemacs-logging" "treemacs-logging.el" (0
  167. ;;;;;; 0 0 0))
  168. ;;; Generated autoloads from treemacs-logging.el
  169. (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "treemacs-logging" '("treemacs-")))
  170. ;;;***
  171. ;;;### (autoloads nil "treemacs-macros" "treemacs-macros.el" (0 0
  172. ;;;;;; 0 0))
  173. ;;; Generated autoloads from treemacs-macros.el
  174. (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "treemacs-macros" '("treemacs-")))
  175. ;;;***
  176. ;;;### (autoloads nil "treemacs-mode" "treemacs-mode.el" (0 0 0 0))
  177. ;;; Generated autoloads from treemacs-mode.el
  178. (autoload 'treemacs-mode "treemacs-mode" "\
  179. A major mode for displaying the file system in a tree layout.
  180. \(fn)" t nil)
  181. (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "treemacs-mode" '("treemacs-")))
  182. ;;;***
  183. ;;;### (autoloads nil "treemacs-mouse-interface" "treemacs-mouse-interface.el"
  184. ;;;;;; (0 0 0 0))
  185. ;;; Generated autoloads from treemacs-mouse-interface.el
  186. (autoload 'treemacs-node-buffer-and-position "treemacs-mouse-interface" "\
  187. Return source buffer or list of buffer and position for the current node.
  188. This information can be used for future display. Stay in the selected window
  189. and ignore any prefix argument.
  190. \(fn &optional _)" t nil)
  191. (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "treemacs-mouse-interface" '("treemacs-")))
  192. ;;;***
  193. ;;;### (autoloads nil "treemacs-persistence" "treemacs-persistence.el"
  194. ;;;;;; (0 0 0 0))
  195. ;;; Generated autoloads from treemacs-persistence.el
  196. (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "treemacs-persistence" '("treemacs-")))
  197. ;;;***
  198. ;;;### (autoloads nil "treemacs-rendering" "treemacs-rendering.el"
  199. ;;;;;; (0 0 0 0))
  200. ;;; Generated autoloads from treemacs-rendering.el
  201. (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "treemacs-rendering" '("treemacs-")))
  202. ;;;***
  203. ;;;### (autoloads nil "treemacs-scope" "treemacs-scope.el" (0 0 0
  204. ;;;;;; 0))
  205. ;;; Generated autoloads from treemacs-scope.el
  206. (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "treemacs-scope" '("treemacs-")))
  207. ;;;***
  208. ;;;### (autoloads nil "treemacs-tag-follow-mode" "treemacs-tag-follow-mode.el"
  209. ;;;;;; (0 0 0 0))
  210. ;;; Generated autoloads from treemacs-tag-follow-mode.el
  211. (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "treemacs-tag-follow-mode" '("treemacs-")))
  212. ;;;***
  213. ;;;### (autoloads nil "treemacs-tags" "treemacs-tags.el" (0 0 0 0))
  214. ;;; Generated autoloads from treemacs-tags.el
  215. (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "treemacs-tags" '("treemacs--")))
  216. ;;;***
  217. ;;;### (autoloads nil "treemacs-themes" "treemacs-themes.el" (0 0
  218. ;;;;;; 0 0))
  219. ;;; Generated autoloads from treemacs-themes.el
  220. (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "treemacs-themes" '("treemacs-")))
  221. ;;;***
  222. ;;;### (autoloads nil "treemacs-visuals" "treemacs-visuals.el" (0
  223. ;;;;;; 0 0 0))
  224. ;;; Generated autoloads from treemacs-visuals.el
  225. (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "treemacs-visuals" '("treemacs-")))
  226. ;;;***
  227. ;;;### (autoloads nil "treemacs-workspaces" "treemacs-workspaces.el"
  228. ;;;;;; (0 0 0 0))
  229. ;;; Generated autoloads from treemacs-workspaces.el
  230. (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "treemacs-workspaces" '("treemacs-")))
  231. ;;;***
  232. ;;;### (autoloads nil nil ("treemacs-faces.el") (0 0 0 0))
  233. ;;;***
  234. (provide 'treemacs-autoloads)
  235. ;; Local Variables:
  236. ;; version-control: never
  237. ;; no-byte-compile: t
  238. ;; no-update-autoloads: t
  239. ;; coding: utf-8
  240. ;; End:
  241. ;;; treemacs-autoloads.el ends here