;;; counsel-projectile-autoloads.el --- automatically extracted autoloads ;; ;;; Code: (add-to-list 'load-path (directory-file-name (or (file-name-directory #$) (car load-path)))) ;;;### (autoloads nil "counsel-projectile" "counsel-projectile.el" ;;;;;; (23450 31930 503372 647000)) ;;; Generated autoloads from counsel-projectile.el (autoload 'counsel-projectile-find-file "counsel-projectile" "\ Jump to a file in the current project. With a prefix ARG, invalidate the cache first. If DWIM is non-nil, use completion based on context. \(fn &optional ARG DWIM)" t nil) (autoload 'counsel-projectile-find-file-dwim "counsel-projectile" "\ Jump to a file in the current project using completion based on context. With a prefix ARG, invalidate the cache first. \(fn &optional ARG)" t nil) (autoload 'counsel-projectile-find-dir "counsel-projectile" "\ Jump to a directory in the current project. With a prefix ARG, invalidate the cache first. \(fn &optional ARG)" t nil) (autoload 'counsel-projectile-switch-to-buffer "counsel-projectile" "\ Jump to a buffer in the current project. \(fn)" t nil) (autoload 'counsel-projectile-grep "counsel-projectile" "\ Search the current project with grep. If inside a git project and `projectile-use-git-grep' is non-nil, use git grep. Otherwise use grep recursively. OPTIONS-OR-CMD, if non-nil, is a string containing either additional options to be passed to grep, or an alternative git grep command. It is read from the minibuffer if the function is called with a prefix argument. \(fn &optional OPTIONS-OR-CMD)" t nil) (autoload 'counsel-projectile-git-grep "counsel-projectile" "\ Search the current project with git grep. CMD, if non-nil, is a string containing an alternative git grep command. It is read from the minibuffer if the function is called with a prefix argument. \(fn &optional CMD)" t nil) (autoload 'counsel-projectile-ag "counsel-projectile" "\ Search the current project with ag. OPTIONS, if non-nil, is a string containing additional options to be passed to ag. It is read from the minibuffer if the function is called with a prefix argument. \(fn &optional OPTIONS)" t nil) (autoload 'counsel-projectile-rg "counsel-projectile" "\ Search the current project with rg. OPTIONS, if non-nil, is a string containing additional options to be passed to rg. It is read from the minibuffer if the function is called with a prefix argument. \(fn &optional OPTIONS)" t nil) (autoload 'counsel-projectile-org-capture "counsel-projectile" "\ Capture into the current project. This command is a replacement for `org-capture' (or `counsel-org-capture') offering project-specific capture templates, in addition to the regular templates available from `org-capture'. These project templates, which are \"expanded\" relatively to the current project, are determined by the variables `counsel-projectile-org-capture-templates' and `counsel-projectile-org-capture-templates-contexts'. See the former variable in particular for details. Optional argument FROM-BUFFER specifies the buffer from which to capture. \(fn &optional FROM-BUFFER)" t nil) (autoload 'counsel-projectile-org-agenda "counsel-projectile" "\ Open project agenda. This command simply calls `org-agenda' after filtering out all agenda files that do not belong to the current project. Optional arguments ARG, KEYS, and RESTRICTION are as in `org-agenda'. \(fn &optional ARG KEYS RESTRICTION)" t nil) (autoload 'counsel-projectile-switch-project "counsel-projectile" "\ Switch project. \(fn)" t nil) (autoload 'counsel-projectile "counsel-projectile" "\ Jump to a buffer or file in the current project. With a prefix ARG, invalidate the cache first. If not inside a project, call `counsel-projectile-switch-project'. \(fn &optional ARG)" t nil) (defvar counsel-projectile-mode nil "\ Non-nil if Counsel-Projectile mode is enabled. See the `counsel-projectile-mode' command for a description of this minor mode. Setting this variable directly does not take effect; either customize it (see the info node `Easy Customization') or call the function `counsel-projectile-mode'.") (custom-autoload 'counsel-projectile-mode "counsel-projectile" nil) (autoload 'counsel-projectile-mode "counsel-projectile" "\ Toggle Counsel-Projectile mode on or off. With a prefix argument ARG, enable the mode if ARG is positive, and disable it otherwise. If called from Lisp, enable the mode if ARG is omitted or nil, and toggle it if ARG is `toggle'. Counsel-Projectile mode turns on Projectile mode, thus enabling all projectile key bindings, and adds the counsel-projectile key bindings on top of them. The counsel-projectile key bindings either remap existing projectile commands to their counsel-projectile replacements or bind keys to counsel-projectile commands that have no projectile counterparts. \(fn &optional ARG)" t nil) ;;;*** ;; Local Variables: ;; version-control: never ;; no-byte-compile: t ;; no-update-autoloads: t ;; End: ;;; counsel-projectile-autoloads.el ends here