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.

242 lines
8.4 KiB

  1. ;;; org-roam-autoloads.el --- automatically extracted autoloads
  2. ;;
  3. ;;; Code:
  4. ;;;### (autoloads nil "org-roam" "org-roam.el" (0 0 0 0))
  5. ;;; Generated autoloads from org-roam.el
  6. (defvar org-roam-mode nil "\
  7. Non-nil if Org-Roam mode is enabled.
  8. See the `org-roam-mode' command
  9. for a description of this minor mode.
  10. Setting this variable directly does not take effect;
  11. either customize it (see the info node `Easy Customization')
  12. or call the function `org-roam-mode'.")
  13. (custom-autoload 'org-roam-mode "org-roam" nil)
  14. (autoload 'org-roam-mode "org-roam" "\
  15. Minor mode for Org-roam.
  16. This mode sets up several hooks, to ensure that the cache is updated on file
  17. changes, renames and deletes. It is also in charge of graceful termination of
  18. the database connection.
  19. When called interactively, toggle `org-roam-mode'. with prefix
  20. ARG, enable `org-roam-mode' if ARG is positive, otherwise disable
  21. it.
  22. When called from Lisp, enable `org-roam-mode' if ARG is omitted,
  23. nil, or positive. If ARG is `toggle', toggle `org-roam-mode'.
  24. Otherwise, behave as if called interactively.
  25. \(fn &optional ARG)" t nil)
  26. (defalias 'org-roam 'org-roam-buffer-toggle-display)
  27. (autoload 'org-roam-diagnostics "org-roam" "\
  28. Collect and print info for `org-roam' issues." t nil)
  29. (autoload 'org-roam-find-file "org-roam" "\
  30. Find and open an Org-roam file.
  31. INITIAL-PROMPT is the initial title prompt.
  32. COMPLETIONS is a list of completions to be used instead of
  33. `org-roam--get-title-path-completions`.
  34. FILTER-FN is the name of a function to apply on the candidates
  35. which takes as its argument an alist of path-completions. See
  36. `org-roam--get-title-path-completions' for details.
  37. \(fn &optional INITIAL-PROMPT COMPLETIONS FILTER-FN)" t nil)
  38. (autoload 'org-roam-find-directory "org-roam" "\
  39. Find and open `org-roam-directory'." t nil)
  40. (autoload 'org-roam-find-ref "org-roam" "\
  41. Find and open an Org-roam file from a ref.
  42. ARG is used to forward interactive calls to
  43. `org-roam--get-ref-path-completions'
  44. FILTER can either be a string or a function:
  45. - If it is a string, it should be the type of refs to include as
  46. candidates (e.g. \"cite\" ,\"website\" ,etc.)
  47. - If it is a function, it should be the name of a function that
  48. takes three arguments: the type, the ref, and the file of the
  49. current candidate. It should return t if that candidate is to be
  50. included as a candidate.
  51. \(fn ARG &optional FILTER)" t nil)
  52. (autoload 'org-roam-random-note "org-roam" "\
  53. Find a random Org-roam file." t nil)
  54. (autoload 'org-roam-insert "org-roam" "\
  55. Find an Org-roam file, and insert a relative org link to it at point.
  56. Return selected file if it exists.
  57. If LOWERCASE, downcase the title before insertion.
  58. COMPLETIONS is a list of completions to be used instead of
  59. `org-roam--get-title-path-completions`.
  60. FILTER-FN is the name of a function to apply on the candidates
  61. which takes as its argument an alist of path-completions.
  62. If DESCRIPTION is provided, use this as the link label. See
  63. `org-roam--get-title-path-completions' for details.
  64. \(fn &optional LOWERCASE COMPLETIONS FILTER-FN DESCRIPTION)" t nil)
  65. (autoload 'org-roam-insert-immediate "org-roam" "\
  66. Find an Org-roam file, and insert a relative org link to it at point.
  67. This variant of `org-roam-insert' inserts the link immediately by
  68. using the template in `org-roam-capture-immediate-template'. The
  69. interactive ARG and ARGS are passed to `org-roam-insert'.
  70. See `org-roam-insert' for details.
  71. \(fn ARG &rest ARGS)" t nil)
  72. (autoload 'org-roam-find-file-immediate "org-roam" "\
  73. Find and open an Org-roam file.
  74. This variant of `org-roam-find-file' uses the template in
  75. `org-roam-capture-immediate-template', avoiding the capture
  76. process. The interactive ARG and ARGS are passed to
  77. `org-roam-find-file'. See `org-roam-find-file' for details.
  78. \(fn ARG &rest ARGS)" t nil)
  79. (autoload 'org-roam-jump-to-index "org-roam" "\
  80. Find the index file in `org-roam-directory'.
  81. The path to the index can be defined in `org-roam-index-file'.
  82. Otherwise, the function will look in your `org-roam-directory'
  83. for a note whose title is 'Index'. If it does not exist, the
  84. command will offer you to create one." t nil)
  85. (autoload 'org-roam-switch-to-buffer "org-roam" "\
  86. Switch to an existing Org-roam buffer." t nil)
  87. (autoload 'org-roam-version "org-roam" "\
  88. Return `org-roam' version.
  89. Interactively, or when MESSAGE is non-nil, show in the echo area.
  90. \(fn &optional MESSAGE)" t nil)
  91. (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "org-roam" '("org-roam-")))
  92. ;;;***
  93. ;;;### (autoloads nil "org-roam-buffer" "org-roam-buffer.el" (0 0
  94. ;;;;;; 0 0))
  95. ;;; Generated autoloads from org-roam-buffer.el
  96. (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "org-roam-buffer" '("org-roam-buffer")))
  97. ;;;***
  98. ;;;### (autoloads nil "org-roam-capture" "org-roam-capture.el" (0
  99. ;;;;;; 0 0 0))
  100. ;;; Generated autoloads from org-roam-capture.el
  101. (autoload 'org-roam-capture "org-roam-capture" "\
  102. Launches an `org-capture' process for a new or existing note.
  103. This uses the templates defined at `org-roam-capture-templates'." t nil)
  104. (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "org-roam-capture" '("org-roam-capture-")))
  105. ;;;***
  106. ;;;### (autoloads nil "org-roam-completion" "org-roam-completion.el"
  107. ;;;;;; (0 0 0 0))
  108. ;;; Generated autoloads from org-roam-completion.el
  109. (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "org-roam-completion" '("org-roam-completion-")))
  110. ;;;***
  111. ;;;### (autoloads nil "org-roam-dailies" "org-roam-dailies.el" (0
  112. ;;;;;; 0 0 0))
  113. ;;; Generated autoloads from org-roam-dailies.el
  114. (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "org-roam-dailies" '("org-roam-dailies-")))
  115. ;;;***
  116. ;;;### (autoloads nil "org-roam-db" "org-roam-db.el" (0 0 0 0))
  117. ;;; Generated autoloads from org-roam-db.el
  118. (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "org-roam-db" '("org-roam-db")))
  119. ;;;***
  120. ;;;### (autoloads nil "org-roam-dev" "org-roam-dev.el" (0 0 0 0))
  121. ;;; Generated autoloads from org-roam-dev.el
  122. (autoload 'org-roam-dev-mode "org-roam-dev" "\
  123. Minor mode for setting the dev environment of Org-roam.
  124. If called interactively, enable Org-Roam-Dev mode if ARG is
  125. positive, and disable it if ARG is zero or negative. If called
  126. from Lisp, also enable the mode if ARG is omitted or nil, and
  127. toggle it if ARG is `toggle'; disable the mode otherwise.
  128. \(fn &optional ARG)" t nil)
  129. ;;;***
  130. ;;;### (autoloads nil "org-roam-doctor" "org-roam-doctor.el" (0 0
  131. ;;;;;; 0 0))
  132. ;;; Generated autoloads from org-roam-doctor.el
  133. (autoload 'org-roam-doctor "org-roam-doctor" "\
  134. Perform a check on the current buffer to ensure cleanliness.
  135. If CHECKALL, run the check for all Org-roam files.
  136. \(fn &optional CHECKALL)" t nil)
  137. (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "org-roam-doctor" '("org-roam-doctor-")))
  138. ;;;***
  139. ;;;### (autoloads nil "org-roam-graph" "org-roam-graph.el" (0 0 0
  140. ;;;;;; 0))
  141. ;;; Generated autoloads from org-roam-graph.el
  142. (autoload 'org-roam-graph "org-roam-graph" "\
  143. Build and possibly display a graph for FILE from NODE-QUERY.
  144. If FILE is nil, default to current buffer's file name.
  145. ARG may be any of the following values:
  146. - nil show the graph.
  147. - `\\[universal-argument]' show the graph for FILE.
  148. - `\\[universal-argument]' N show the graph for FILE limiting nodes to N steps.
  149. - `\\[universal-argument] \\[universal-argument]' build the graph.
  150. - `\\[universal-argument]' - build the graph for FILE.
  151. - `\\[universal-argument]' -N build the graph for FILE limiting nodes to N steps.
  152. \(fn &optional ARG FILE NODE-QUERY)" t nil)
  153. (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "org-roam-graph" '("org-roam-graph-")))
  154. ;;;***
  155. ;;;### (autoloads nil "org-roam-macs" "org-roam-macs.el" (0 0 0 0))
  156. ;;; Generated autoloads from org-roam-macs.el
  157. (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "org-roam-macs" '("org-roam-")))
  158. ;;;***
  159. ;;;### (autoloads nil "org-roam-protocol" "org-roam-protocol.el"
  160. ;;;;;; (0 0 0 0))
  161. ;;; Generated autoloads from org-roam-protocol.el
  162. (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "org-roam-protocol" '("org-roam-protocol-open-")))
  163. ;;;***
  164. ;;;### (autoloads nil nil ("org-roam-compat.el") (0 0 0 0))
  165. ;;;***
  166. (provide 'org-roam-autoloads)
  167. ;; Local Variables:
  168. ;; version-control: never
  169. ;; no-byte-compile: t
  170. ;; no-update-autoloads: t
  171. ;; coding: utf-8
  172. ;; End:
  173. ;;; org-roam-autoloads.el ends here