Klimi's new dotfiles with stow.
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.

383 lines
12 KiB

4 years ago
  1. ;;; company-autoloads.el --- automatically extracted autoloads
  2. ;;
  3. ;;; Code:
  4. (add-to-list 'load-path (directory-file-name
  5. (or (file-name-directory #$) (car load-path))))
  6. ;;;### (autoloads nil "company" "company.el" (0 0 0 0))
  7. ;;; Generated autoloads from company.el
  8. (autoload 'company-mode "company" "\
  9. \"complete anything\"; is an in-buffer completion framework.
  10. Completion starts automatically, depending on the values
  11. `company-idle-delay' and `company-minimum-prefix-length'.
  12. Completion can be controlled with the commands:
  13. `company-complete-common', `company-complete-selection', `company-complete',
  14. `company-select-next', `company-select-previous'. If these commands are
  15. called before `company-idle-delay', completion will also start.
  16. Completions can be searched with `company-search-candidates' or
  17. `company-filter-candidates'. These can be used while completion is
  18. inactive, as well.
  19. The completion data is retrieved using `company-backends' and displayed
  20. using `company-frontends'. If you want to start a specific backend, call
  21. it interactively or use `company-begin-backend'.
  22. By default, the completions list is sorted alphabetically, unless the
  23. backend chooses otherwise, or `company-transformers' changes it later.
  24. regular keymap (`company-mode-map'):
  25. \\{company-mode-map}
  26. keymap during active completions (`company-active-map'):
  27. \\{company-active-map}
  28. \(fn &optional ARG)" t nil)
  29. (defvar global-company-mode nil "\
  30. Non-nil if Global Company mode is enabled.
  31. See the `global-company-mode' command
  32. for a description of this minor mode.
  33. Setting this variable directly does not take effect;
  34. either customize it (see the info node `Easy Customization')
  35. or call the function `global-company-mode'.")
  36. (custom-autoload 'global-company-mode "company" nil)
  37. (autoload 'global-company-mode "company" "\
  38. Toggle Company mode in all buffers.
  39. With prefix ARG, enable Global Company mode if ARG is positive;
  40. otherwise, disable it. If called from Lisp, enable the mode if
  41. ARG is omitted or nil.
  42. Company mode is enabled in all buffers where
  43. `company-mode-on' would do it.
  44. See `company-mode' for more information on Company mode.
  45. \(fn &optional ARG)" t nil)
  46. (autoload 'company-manual-begin "company" "\
  47. \(fn)" t nil)
  48. (autoload 'company-complete "company" "\
  49. Insert the common part of all candidates or the current selection.
  50. The first time this is called, the common part is inserted, the second
  51. time, or when the selection has been changed, the selected candidate is
  52. inserted.
  53. \(fn)" t nil)
  54. (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "company" '("company-")))
  55. ;;;***
  56. ;;;### (autoloads nil "company-abbrev" "company-abbrev.el" (0 0 0
  57. ;;;;;; 0))
  58. ;;; Generated autoloads from company-abbrev.el
  59. (autoload 'company-abbrev "company-abbrev" "\
  60. `company-mode' completion backend for abbrev.
  61. \(fn COMMAND &optional ARG &rest IGNORED)" t nil)
  62. (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "company-abbrev" '("company-abbrev-insert")))
  63. ;;;***
  64. ;;;### (autoloads nil "company-bbdb" "company-bbdb.el" (0 0 0 0))
  65. ;;; Generated autoloads from company-bbdb.el
  66. (autoload 'company-bbdb "company-bbdb" "\
  67. `company-mode' completion backend for BBDB.
  68. \(fn COMMAND &optional ARG &rest IGNORE)" t nil)
  69. (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "company-bbdb" '("company-bbdb-")))
  70. ;;;***
  71. ;;;### (autoloads nil "company-capf" "company-capf.el" (0 0 0 0))
  72. ;;; Generated autoloads from company-capf.el
  73. (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "company-capf" '("company-")))
  74. ;;;***
  75. ;;;### (autoloads nil "company-clang" "company-clang.el" (0 0 0 0))
  76. ;;; Generated autoloads from company-clang.el
  77. (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "company-clang" '("company-clang")))
  78. ;;;***
  79. ;;;### (autoloads nil "company-cmake" "company-cmake.el" (0 0 0 0))
  80. ;;; Generated autoloads from company-cmake.el
  81. (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "company-cmake" '("company-cmake")))
  82. ;;;***
  83. ;;;### (autoloads nil "company-css" "company-css.el" (0 0 0 0))
  84. ;;; Generated autoloads from company-css.el
  85. (autoload 'company-css "company-css" "\
  86. `company-mode' completion backend for `css-mode'.
  87. \(fn COMMAND &optional ARG &rest IGNORED)" t nil)
  88. (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "company-css" '("company-css-")))
  89. ;;;***
  90. ;;;### (autoloads nil "company-dabbrev" "company-dabbrev.el" (0 0
  91. ;;;;;; 0 0))
  92. ;;; Generated autoloads from company-dabbrev.el
  93. (autoload 'company-dabbrev "company-dabbrev" "\
  94. dabbrev-like `company-mode' completion backend.
  95. \(fn COMMAND &optional ARG &rest IGNORED)" t nil)
  96. (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "company-dabbrev" '("company-dabbrev-")))
  97. ;;;***
  98. ;;;### (autoloads nil "company-dabbrev-code" "company-dabbrev-code.el"
  99. ;;;;;; (0 0 0 0))
  100. ;;; Generated autoloads from company-dabbrev-code.el
  101. (autoload 'company-dabbrev-code "company-dabbrev-code" "\
  102. dabbrev-like `company-mode' backend for code.
  103. The backend looks for all symbols in the current buffer that aren't in
  104. comments or strings.
  105. \(fn COMMAND &optional ARG &rest IGNORED)" t nil)
  106. (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "company-dabbrev-code" '("company-dabbrev-code-")))
  107. ;;;***
  108. ;;;### (autoloads nil "company-eclim" "company-eclim.el" (0 0 0 0))
  109. ;;; Generated autoloads from company-eclim.el
  110. (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "company-eclim" '("company-eclim")))
  111. ;;;***
  112. ;;;### (autoloads nil "company-elisp" "company-elisp.el" (0 0 0 0))
  113. ;;; Generated autoloads from company-elisp.el
  114. (autoload 'company-elisp "company-elisp" "\
  115. `company-mode' completion backend for Emacs Lisp.
  116. \(fn COMMAND &optional ARG &rest IGNORED)" t nil)
  117. (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "company-elisp" '("company-elisp-")))
  118. ;;;***
  119. ;;;### (autoloads nil "company-etags" "company-etags.el" (0 0 0 0))
  120. ;;; Generated autoloads from company-etags.el
  121. (autoload 'company-etags "company-etags" "\
  122. `company-mode' completion backend for etags.
  123. \(fn COMMAND &optional ARG &rest IGNORED)" t nil)
  124. (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "company-etags" '("company-etags-")))
  125. ;;;***
  126. ;;;### (autoloads nil "company-files" "company-files.el" (0 0 0 0))
  127. ;;; Generated autoloads from company-files.el
  128. (autoload 'company-files "company-files" "\
  129. `company-mode' completion backend existing file names.
  130. Completions works for proper absolute and relative files paths.
  131. File paths with spaces are only supported inside strings.
  132. \(fn COMMAND &optional ARG &rest IGNORED)" t nil)
  133. (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "company-files" '("company-file")))
  134. ;;;***
  135. ;;;### (autoloads nil "company-gtags" "company-gtags.el" (0 0 0 0))
  136. ;;; Generated autoloads from company-gtags.el
  137. (autoload 'company-gtags "company-gtags" "\
  138. `company-mode' completion backend for GNU Global.
  139. \(fn COMMAND &optional ARG &rest IGNORED)" t nil)
  140. (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "company-gtags" '("company-gtags-")))
  141. ;;;***
  142. ;;;### (autoloads nil "company-ispell" "company-ispell.el" (0 0 0
  143. ;;;;;; 0))
  144. ;;; Generated autoloads from company-ispell.el
  145. (autoload 'company-ispell "company-ispell" "\
  146. `company-mode' completion backend using Ispell.
  147. \(fn COMMAND &optional ARG &rest IGNORED)" t nil)
  148. (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "company-ispell" '("company-ispell-")))
  149. ;;;***
  150. ;;;### (autoloads nil "company-keywords" "company-keywords.el" (0
  151. ;;;;;; 0 0 0))
  152. ;;; Generated autoloads from company-keywords.el
  153. (autoload 'company-keywords "company-keywords" "\
  154. `company-mode' backend for programming language keywords.
  155. \(fn COMMAND &optional ARG &rest IGNORED)" t nil)
  156. (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "company-keywords" '("company-keywords-")))
  157. ;;;***
  158. ;;;### (autoloads nil "company-nxml" "company-nxml.el" (0 0 0 0))
  159. ;;; Generated autoloads from company-nxml.el
  160. (autoload 'company-nxml "company-nxml" "\
  161. `company-mode' completion backend for `nxml-mode'.
  162. \(fn COMMAND &optional ARG &rest IGNORED)" t nil)
  163. (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "company-nxml" '("company-nxml-")))
  164. ;;;***
  165. ;;;### (autoloads nil "company-oddmuse" "company-oddmuse.el" (0 0
  166. ;;;;;; 0 0))
  167. ;;; Generated autoloads from company-oddmuse.el
  168. (autoload 'company-oddmuse "company-oddmuse" "\
  169. `company-mode' completion backend for `oddmuse-mode'.
  170. \(fn COMMAND &optional ARG &rest IGNORED)" t nil)
  171. (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "company-oddmuse" '("company-oddmuse-")))
  172. ;;;***
  173. ;;;### (autoloads nil "company-semantic" "company-semantic.el" (0
  174. ;;;;;; 0 0 0))
  175. ;;; Generated autoloads from company-semantic.el
  176. (autoload 'company-semantic "company-semantic" "\
  177. `company-mode' completion backend using CEDET Semantic.
  178. \(fn COMMAND &optional ARG &rest IGNORED)" t nil)
  179. (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "company-semantic" '("company-semantic-")))
  180. ;;;***
  181. ;;;### (autoloads nil "company-template" "company-template.el" (0
  182. ;;;;;; 0 0 0))
  183. ;;; Generated autoloads from company-template.el
  184. (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "company-template" '("company-template-")))
  185. ;;;***
  186. ;;;### (autoloads nil "company-tempo" "company-tempo.el" (0 0 0 0))
  187. ;;; Generated autoloads from company-tempo.el
  188. (autoload 'company-tempo "company-tempo" "\
  189. `company-mode' completion backend for tempo.
  190. \(fn COMMAND &optional ARG &rest IGNORED)" t nil)
  191. (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "company-tempo" '("company-tempo-")))
  192. ;;;***
  193. ;;;### (autoloads nil "company-tng" "company-tng.el" (0 0 0 0))
  194. ;;; Generated autoloads from company-tng.el
  195. (autoload 'company-tng-frontend "company-tng" "\
  196. When the user changes the selection at least once, this
  197. frontend will display the candidate in the buffer as if it's
  198. already there and any key outside of `company-active-map' will
  199. confirm the selection and finish the completion.
  200. \(fn COMMAND)" nil nil)
  201. (autoload 'company-tng-configure-default "company-tng" "\
  202. Applies the default configuration to enable company-tng.
  203. \(fn)" nil nil)
  204. (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "company-tng" '("company-tng--")))
  205. ;;;***
  206. ;;;### (autoloads nil "company-xcode" "company-xcode.el" (0 0 0 0))
  207. ;;; Generated autoloads from company-xcode.el
  208. (autoload 'company-xcode "company-xcode" "\
  209. `company-mode' completion backend for Xcode projects.
  210. \(fn COMMAND &optional ARG &rest IGNORED)" t nil)
  211. (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "company-xcode" '("company-xcode-")))
  212. ;;;***
  213. ;;;### (autoloads nil "company-yasnippet" "company-yasnippet.el"
  214. ;;;;;; (0 0 0 0))
  215. ;;; Generated autoloads from company-yasnippet.el
  216. (autoload 'company-yasnippet "company-yasnippet" "\
  217. `company-mode' backend for `yasnippet'.
  218. This backend should be used with care, because as long as there are
  219. snippets defined for the current major mode, this backend will always
  220. shadow backends that come after it. Recommended usages:
  221. * In a buffer-local value of `company-backends', grouped with a backend or
  222. several that provide actual text completions.
  223. (add-hook 'js-mode-hook
  224. (lambda ()
  225. (set (make-local-variable 'company-backends)
  226. '((company-dabbrev-code company-yasnippet)))))
  227. * After keyword `:with', grouped with other backends.
  228. (push '(company-semantic :with company-yasnippet) company-backends)
  229. * Not in `company-backends', just bound to a key.
  230. (global-set-key (kbd \"C-c y\") 'company-yasnippet)
  231. \(fn COMMAND &optional ARG &rest IGNORE)" t nil)
  232. (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "company-yasnippet" '("company-yasnippet--")))
  233. ;;;***
  234. ;;;### (autoloads nil nil ("company-pkg.el") (0 0 0 0))
  235. ;;;***
  236. ;; Local Variables:
  237. ;; version-control: never
  238. ;; no-byte-compile: t
  239. ;; no-update-autoloads: t
  240. ;; coding: utf-8
  241. ;; End:
  242. ;;; company-autoloads.el ends here