Personal emacs config
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.

484 lines
16 KiB

  1. ;;; counsel-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 "counsel" "counsel.el" (0 0 0 0))
  7. ;;; Generated autoloads from counsel.el
  8. (autoload 'counsel-el "counsel" "\
  9. Elisp completion at point." t nil)
  10. (autoload 'counsel-cl "counsel" "\
  11. Common Lisp completion at point." t nil)
  12. (autoload 'counsel-jedi "counsel" "\
  13. Python completion at point." t nil)
  14. (autoload 'counsel-clj "counsel" "\
  15. Clojure completion at point." t nil)
  16. (autoload 'counsel-company "counsel" "\
  17. Complete using `company-candidates'." t nil)
  18. (autoload 'counsel-irony "counsel" "\
  19. Inline C/C++ completion using Irony." t nil)
  20. (autoload 'counsel-describe-variable "counsel" "\
  21. Forward to `describe-variable'.
  22. Variables declared using `defcustom' are highlighted according to
  23. `ivy-highlight-face'." t nil)
  24. (autoload 'counsel-describe-function "counsel" "\
  25. Forward to `describe-function'.
  26. Interactive functions (i.e., commands) are highlighted according
  27. to `ivy-highlight-face'." t nil)
  28. (autoload 'counsel-set-variable "counsel" "\
  29. Set a variable SYM, with completion.
  30. When the selected variable is a `defcustom' with the type boolean
  31. or radio, offer completion of all possible values.
  32. Otherwise, offer a variant of `eval-expression', with the initial
  33. input corresponding to the chosen variable.
  34. With a prefix arg, restrict list to variables defined using
  35. `defcustom'.
  36. \(fn SYM)" t nil)
  37. (autoload 'counsel-apropos "counsel" "\
  38. Show all matching symbols.
  39. See `apropos' for further information on what is considered
  40. a symbol and how to search for them." t nil)
  41. (autoload 'counsel-info-lookup-symbol "counsel" "\
  42. Forward SYMBOL to `info-lookup-symbol' with ivy completion.
  43. With prefix arg MODE a query for the symbol help mode is offered.
  44. \(fn SYMBOL &optional MODE)" t nil)
  45. (autoload 'counsel-M-x "counsel" "\
  46. Ivy version of `execute-extended-command'.
  47. Optional INITIAL-INPUT is the initial input in the minibuffer.
  48. This function integrates with either the `amx' or `smex' package
  49. when available, in that order of precedence.
  50. \(fn &optional INITIAL-INPUT)" t nil)
  51. (autoload 'counsel-command-history "counsel" "\
  52. Show the history of commands." t nil)
  53. (autoload 'counsel-load-library "counsel" "\
  54. Load a selected the Emacs Lisp library.
  55. The libraries are offered from `load-path'." t nil)
  56. (autoload 'counsel-find-library "counsel" "\
  57. Visit a selected the Emacs Lisp library.
  58. The libraries are offered from `load-path'." t nil)
  59. (autoload 'counsel-load-theme "counsel" "\
  60. Forward to `load-theme'.
  61. Usable with `ivy-resume', `ivy-next-line-and-call' and
  62. `ivy-previous-line-and-call'." t nil)
  63. (autoload 'counsel-descbinds "counsel" "\
  64. Show a list of all defined keys and their definitions.
  65. If non-nil, show only bindings that start with PREFIX.
  66. BUFFER defaults to the current one.
  67. \(fn &optional PREFIX BUFFER)" t nil)
  68. (autoload 'counsel-describe-face "counsel" "\
  69. Completion for `describe-face'." t nil)
  70. (autoload 'counsel-faces "counsel" "\
  71. Complete faces with preview.
  72. Actions are provided by default for describing or customizing the
  73. selected face." t nil)
  74. (autoload 'counsel-git "counsel" "\
  75. Find file in the current Git repository.
  76. INITIAL-INPUT can be given as the initial minibuffer input.
  77. \(fn &optional INITIAL-INPUT)" t nil)
  78. (autoload 'counsel-git-grep "counsel" "\
  79. Grep for a string in the current Git repository.
  80. INITIAL-INPUT can be given as the initial minibuffer input.
  81. INITIAL-DIRECTORY, if non-nil, is used as the root directory for search.
  82. When CMD is a string, use it as a \"git grep\" command.
  83. When CMD is non-nil, prompt for a specific \"git grep\" command.
  84. \(fn &optional INITIAL-INPUT INITIAL-DIRECTORY CMD)" t nil)
  85. (autoload 'counsel-git-stash "counsel" "\
  86. Search through all available git stashes." t nil)
  87. (autoload 'counsel-git-change-worktree "counsel" "\
  88. Find the file corresponding to the current buffer on a different worktree." t nil)
  89. (autoload 'counsel-git-checkout "counsel" "\
  90. Call the \"git checkout\" command." t nil)
  91. (autoload 'counsel-git-log "counsel" "\
  92. Call the \"git log --grep\" shell command." t nil)
  93. (autoload 'counsel-find-file "counsel" "\
  94. Forward to `find-file'.
  95. When INITIAL-INPUT is non-nil, use it in the minibuffer during completion.
  96. \(fn &optional INITIAL-INPUT)" t nil)
  97. (autoload 'counsel-dired "counsel" "\
  98. Forward to `dired'.
  99. When INITIAL-INPUT is non-nil, use it in the minibuffer during completion.
  100. \(fn &optional INITIAL-INPUT)" t nil)
  101. (autoload 'counsel-recentf "counsel" "\
  102. Find a file on `recentf-list'." t nil)
  103. (autoload 'counsel-buffer-or-recentf "counsel" "\
  104. Find a buffer visiting a file or file on `recentf-list'." t nil)
  105. (autoload 'counsel-bookmark "counsel" "\
  106. Forward to `bookmark-jump' or `bookmark-set' if bookmark doesn't exist." t nil)
  107. (autoload 'counsel-bookmarked-directory "counsel" "\
  108. Ivy interface for bookmarked directories.
  109. With a prefix argument, this command creates a new bookmark which points to the
  110. current value of `default-directory'." t nil)
  111. (autoload 'counsel-file-register "counsel" "\
  112. Search file in register.
  113. You cannot use Emacs' normal register commands to create file
  114. registers. Instead you must use the `set-register' function like
  115. so: `(set-register ?i \"/home/eric/.emacs.d/init.el\")'. Now you
  116. can use `C-x r j i' to open that file." t nil)
  117. (autoload 'counsel-locate-action-extern "counsel" "\
  118. Pass X to `xdg-open' or equivalent command via the shell.
  119. \(fn X)" t nil)
  120. (autoload 'counsel-locate "counsel" "\
  121. Call the \"locate\" shell command.
  122. INITIAL-INPUT can be given as the initial minibuffer input.
  123. \(fn &optional INITIAL-INPUT)" t nil)
  124. (autoload 'counsel-fzf "counsel" "\
  125. Open a file using the fzf shell command.
  126. INITIAL-INPUT can be given as the initial minibuffer input.
  127. INITIAL-DIRECTORY, if non-nil, is used as the root directory for search.
  128. FZF-PROMPT, if non-nil, is passed as `ivy-read' prompt argument.
  129. \(fn &optional INITIAL-INPUT INITIAL-DIRECTORY FZF-PROMPT)" t nil)
  130. (autoload 'counsel-dpkg "counsel" "\
  131. Call the \"dpkg\" shell command." t nil)
  132. (autoload 'counsel-rpm "counsel" "\
  133. Call the \"rpm\" shell command." t nil)
  134. (autoload 'counsel-file-jump "counsel" "\
  135. Jump to a file below the current directory.
  136. List all files within the current directory or any of its sub-directories.
  137. INITIAL-INPUT can be given as the initial minibuffer input.
  138. INITIAL-DIRECTORY, if non-nil, is used as the root directory for search.
  139. \(fn &optional INITIAL-INPUT INITIAL-DIRECTORY)" t nil)
  140. (autoload 'counsel-dired-jump "counsel" "\
  141. Jump to a directory (see `dired-jump') below the current directory.
  142. List all sub-directories within the current directory.
  143. INITIAL-INPUT can be given as the initial minibuffer input.
  144. INITIAL-DIRECTORY, if non-nil, is used as the root directory for search.
  145. \(fn &optional INITIAL-INPUT INITIAL-DIRECTORY)" t nil)
  146. (autoload 'counsel-ag "counsel" "\
  147. Grep for a string in the current directory using ag.
  148. INITIAL-INPUT can be given as the initial minibuffer input.
  149. INITIAL-DIRECTORY, if non-nil, is used as the root directory for search.
  150. EXTRA-AG-ARGS string, if non-nil, is appended to `counsel-ag-base-command'.
  151. AG-PROMPT, if non-nil, is passed as `ivy-read' prompt argument.
  152. CALLER is passed to `ivy-read'.
  153. \(fn &optional INITIAL-INPUT INITIAL-DIRECTORY EXTRA-AG-ARGS AG-PROMPT &key CALLER)" t nil)
  154. (autoload 'counsel-pt "counsel" "\
  155. Grep for a string in the current directory using pt.
  156. INITIAL-INPUT can be given as the initial minibuffer input.
  157. This uses `counsel-ag' with `counsel-pt-base-command' instead of
  158. `counsel-ag-base-command'.
  159. \(fn &optional INITIAL-INPUT)" t nil)
  160. (autoload 'counsel-ack "counsel" "\
  161. Grep for a string in the current directory using ack.
  162. INITIAL-INPUT can be given as the initial minibuffer input.
  163. This uses `counsel-ag' with `counsel-ack-base-command' replacing
  164. `counsel-ag-base-command'.
  165. \(fn &optional INITIAL-INPUT)" t nil)
  166. (autoload 'counsel-rg "counsel" "\
  167. Grep for a string in the current directory using rg.
  168. INITIAL-INPUT can be given as the initial minibuffer input.
  169. INITIAL-DIRECTORY, if non-nil, is used as the root directory for search.
  170. EXTRA-RG-ARGS string, if non-nil, is appended to `counsel-rg-base-command'.
  171. RG-PROMPT, if non-nil, is passed as `ivy-read' prompt argument.
  172. Example input with inclusion and exclusion file patterns:
  173. -g*.py -g!*test* -- ...
  174. \(fn &optional INITIAL-INPUT INITIAL-DIRECTORY EXTRA-RG-ARGS RG-PROMPT)" t nil)
  175. (autoload 'counsel-grep "counsel" "\
  176. Grep for a string in the file visited by the current buffer.
  177. When non-nil, INITIAL-INPUT is the initial search pattern.
  178. \(fn &optional INITIAL-INPUT)" t nil)
  179. (autoload 'counsel-grep-backward "counsel" "\
  180. Grep for a string in the file visited by the current buffer going
  181. backward similar to `swiper-backward'. When non-nil, INITIAL-INPUT is
  182. the initial search pattern.
  183. \(fn &optional INITIAL-INPUT)" t nil)
  184. (autoload 'counsel-grep-or-swiper "counsel" "\
  185. Call `swiper' for small buffers and `counsel-grep' for large ones.
  186. When non-nil, INITIAL-INPUT is the initial search pattern.
  187. \(fn &optional INITIAL-INPUT)" t nil)
  188. (autoload 'counsel-grep-or-swiper-backward "counsel" "\
  189. Call `swiper-backward' for small buffers and `counsel-grep-backward' for
  190. large ones. When non-nil, INITIAL-INPUT is the initial search pattern.
  191. \(fn &optional INITIAL-INPUT)" t nil)
  192. (autoload 'counsel-recoll "counsel" "\
  193. Search for a string in the recoll database.
  194. You'll be given a list of files that match.
  195. Selecting a file will launch `swiper' for that file.
  196. INITIAL-INPUT can be given as the initial minibuffer input.
  197. \(fn &optional INITIAL-INPUT)" t nil)
  198. (autoload 'counsel--org-get-tags "counsel" nil nil nil)
  199. (autoload 'counsel-org-tag "counsel" "\
  200. Add or remove tags in `org-mode'." t nil)
  201. (autoload 'counsel-org-tag-agenda "counsel" "\
  202. Set tags for the current agenda item." t nil)
  203. (defalias 'counsel-org-goto #'counsel-outline)
  204. (autoload 'counsel-org-goto-all "counsel" "\
  205. Go to a different location in any org file." t nil)
  206. (autoload 'counsel-org-file "counsel" "\
  207. Browse all attachments for current Org file." t nil)
  208. (autoload 'counsel-org-entity "counsel" "\
  209. Complete Org entities using Ivy." t nil)
  210. (autoload 'counsel-org-capture "counsel" "\
  211. Capture something." t nil)
  212. (autoload 'counsel-org-agenda-headlines "counsel" "\
  213. Choose from headers of `org-mode' files in the agenda." t nil)
  214. (autoload 'counsel-mark-ring "counsel" "\
  215. Browse `mark-ring' interactively.
  216. Obeys `widen-automatically', which see." t nil)
  217. (autoload 'counsel-package "counsel" "\
  218. Install or delete packages.
  219. Packages not currently installed are prefixed with \"+\", and
  220. selecting one of these will try to install it.
  221. Packages currently installed are prefixed with \"-\", and
  222. selecting one of these will try to delete it.
  223. Additional actions:\\<ivy-minibuffer-map>
  224. \\[ivy-dispatching-done] d: Describe package
  225. \\[ivy-dispatching-done] h: Visit package's homepage" t nil)
  226. (autoload 'counsel-tmm "counsel" "\
  227. Text-mode emulation of looking and choosing from a menu bar." t nil)
  228. (autoload 'counsel-yank-pop "counsel" "\
  229. Ivy replacement for `yank-pop'.
  230. With a plain prefix argument (\\[universal-argument]),
  231. temporarily toggle the value of `counsel-yank-pop-after-point'.
  232. Any other value of ARG has the same meaning as in `yank-pop', but
  233. `counsel-yank-pop-preselect-last' determines its default value.
  234. See also `counsel-yank-pop-filter' for how to filter candidates.
  235. Note: Duplicate elements of `kill-ring' are always deleted.
  236. \(fn &optional ARG)" t nil)
  237. (autoload 'counsel-register "counsel" "\
  238. Interactively choose a register." t nil)
  239. (autoload 'counsel-evil-registers "counsel" "\
  240. Ivy replacement for `evil-show-registers'." t nil)
  241. (autoload 'counsel-imenu "counsel" "\
  242. Jump to a buffer position indexed by imenu." t nil)
  243. (autoload 'counsel-list-processes "counsel" "\
  244. Offer completion for `process-list'.
  245. The default action deletes the selected process.
  246. An extra action allows to switch to the process buffer." t nil)
  247. (autoload 'counsel-minibuffer-history "counsel" "\
  248. Browse minibuffer history." t nil)
  249. (autoload 'counsel-esh-history "counsel" "\
  250. Browse Eshell history." t nil)
  251. (autoload 'counsel-shell-history "counsel" "\
  252. Browse shell history." t nil)
  253. (autoload 'counsel-slime-repl-history "counsel" "\
  254. Browse Slime REPL history." t nil)
  255. (autoload 'counsel-hydra-heads "counsel" "\
  256. Call a head of the current/last hydra." t nil)
  257. (autoload 'counsel-semantic "counsel" "\
  258. Jump to a semantic tag in the current buffer." t nil)
  259. (autoload 'counsel-semantic-or-imenu "counsel" nil t nil)
  260. (autoload 'counsel-outline "counsel" "\
  261. Jump to an outline heading with completion." t nil)
  262. (autoload 'counsel-ibuffer "counsel" "\
  263. Use ibuffer to switch to another buffer.
  264. NAME specifies the name of the buffer (defaults to \"*Ibuffer*\").
  265. \(fn &optional NAME)" t nil)
  266. (autoload 'counsel-switch-to-shell-buffer "counsel" "\
  267. Switch to a shell buffer, or create one." t nil)
  268. (autoload 'counsel-unicode-char "counsel" "\
  269. Insert COUNT copies of a Unicode character at point.
  270. COUNT defaults to 1.
  271. \(fn &optional COUNT)" t nil)
  272. (autoload 'counsel-colors-emacs "counsel" "\
  273. Show a list of all supported colors for a particular frame.
  274. You can insert or kill the name or hexadecimal RGB value of the
  275. selected color." t nil)
  276. (autoload 'counsel-colors-web "counsel" "\
  277. Show a list of all W3C web colors for use in CSS.
  278. You can insert or kill the name or hexadecimal RGB value of the
  279. selected color." t nil)
  280. (autoload 'counsel-fonts "counsel" "\
  281. Show a list of all supported font families for a particular frame.
  282. You can insert or kill the name of the selected font." t nil)
  283. (autoload 'counsel-rhythmbox "counsel" "\
  284. Choose a song from the Rhythmbox library to play or enqueue.
  285. \(fn &optional ARG)" t nil)
  286. (autoload 'counsel-linux-app "counsel" "\
  287. Launch a Linux desktop application, similar to Alt-<F2>.
  288. When ARG is non-nil, ignore NoDisplay property in *.desktop files.
  289. \(fn &optional ARG)" t nil)
  290. (autoload 'counsel-wmctrl "counsel" "\
  291. Select a desktop window using wmctrl." t nil)
  292. (autoload 'counsel-switch-buffer "counsel" "\
  293. Switch to another buffer.
  294. Display a preview of the selected ivy completion candidate buffer
  295. in the current window." t nil)
  296. (autoload 'counsel-switch-buffer-other-window "counsel" "\
  297. Switch to another buffer in another window.
  298. Display a preview of the selected ivy completion candidate buffer
  299. in the current window." t nil)
  300. (autoload 'counsel-compile "counsel" "\
  301. Call `compile' completing with smart suggestions, optionally for DIR.
  302. \(fn &optional DIR)" t nil)
  303. (autoload 'counsel-compile-env "counsel" "\
  304. Update `counsel-compile-env' interactively." t nil)
  305. (autoload 'counsel-minor "counsel" "\
  306. Enable or disable minor mode.
  307. Disabled minor modes are prefixed with \"+\", and
  308. selecting one of these will enable it.
  309. Enabled minor modes are prefixed with \"-\", and
  310. selecting one of these will enable it.
  311. Additional actions:\\<ivy-minibuffer-map>
  312. \\[ivy-dispatching-done] d: Go to minor mode definition
  313. \\[ivy-dispatching-done] h: Describe minor mode" t nil)
  314. (autoload 'counsel-major "counsel" nil t nil)
  315. (defvar counsel-mode nil "\
  316. Non-nil if Counsel mode is enabled.
  317. See the `counsel-mode' command
  318. for a description of this minor mode.
  319. Setting this variable directly does not take effect;
  320. either customize it (see the info node `Easy Customization')
  321. or call the function `counsel-mode'.")
  322. (custom-autoload 'counsel-mode "counsel" nil)
  323. (autoload 'counsel-mode "counsel" "\
  324. Toggle Counsel mode on or off.
  325. Turn Counsel mode on if ARG is positive, off otherwise. Counsel
  326. mode remaps built-in emacs functions that have counsel
  327. replacements.
  328. Local bindings (`counsel-mode-map'):
  329. \\{counsel-mode-map}
  330. \(fn &optional ARG)" t nil)
  331. (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "counsel" '("counsel-" "ivy-function-called-at-point" "tmm-km-list")))
  332. ;;;***
  333. ;; Local Variables:
  334. ;; version-control: never
  335. ;; no-byte-compile: t
  336. ;; no-update-autoloads: t
  337. ;; coding: utf-8
  338. ;; End:
  339. ;;; counsel-autoloads.el ends here