commit | author | age
|
5cb5f7
|
1 |
;;; helm-projectile-autoloads.el --- automatically extracted autoloads |
C |
2 |
;; |
|
3 |
;;; Code: |
|
4 |
|
|
5 |
(add-to-list 'load-path (directory-file-name |
|
6 |
(or (file-name-directory #$) (car load-path)))) |
|
7 |
|
|
8 |
|
|
9 |
;;;### (autoloads nil "helm-projectile" "helm-projectile.el" (0 0 |
|
10 |
;;;;;; 0 0)) |
|
11 |
;;; Generated autoloads from helm-projectile.el |
|
12 |
|
|
13 |
(defvar helm-projectile-fuzzy-match t "\ |
|
14 |
Enable fuzzy matching for Helm Projectile commands. |
|
15 |
This needs to be set before loading helm-projectile.el.") |
|
16 |
|
|
17 |
(custom-autoload 'helm-projectile-fuzzy-match "helm-projectile" t) |
|
18 |
|
|
19 |
(autoload 'helm-projectile-find-file-dwim "helm-projectile" "\ |
|
20 |
Find file at point based on context. |
|
21 |
|
|
22 |
\(fn)" t nil) |
|
23 |
|
|
24 |
(autoload 'helm-projectile-find-other-file "helm-projectile" "\ |
|
25 |
Switch between files with the same name but different extensions using Helm. |
|
26 |
With FLEX-MATCHING, match any file that contains the base name of current file. |
|
27 |
Other file extensions can be customized with the variable `projectile-other-file-alist'. |
|
28 |
|
|
29 |
\(fn &optional FLEX-MATCHING)" t nil) |
|
30 |
|
|
31 |
(autoload 'helm-projectile-on "helm-projectile" "\ |
|
32 |
Turn on `helm-projectile' key bindings. |
|
33 |
|
|
34 |
\(fn)" t nil) |
|
35 |
|
|
36 |
(autoload 'helm-projectile-off "helm-projectile" "\ |
|
37 |
Turn off `helm-projectile' key bindings. |
|
38 |
|
|
39 |
\(fn)" t nil) |
|
40 |
|
|
41 |
(autoload 'helm-projectile-grep "helm-projectile" "\ |
|
42 |
Helm version of `projectile-grep'. |
|
43 |
DIR is the project root, if not set then current directory is used |
|
44 |
|
|
45 |
\(fn &optional DIR)" t nil) |
|
46 |
|
|
47 |
(autoload 'helm-projectile-ack "helm-projectile" "\ |
|
48 |
Helm version of projectile-ack. |
|
49 |
|
|
50 |
\(fn &optional DIR)" t nil) |
|
51 |
|
|
52 |
(autoload 'helm-projectile-ag "helm-projectile" "\ |
|
53 |
Helm version of `projectile-ag'. |
|
54 |
|
|
55 |
\(fn &optional OPTIONS)" t nil) |
|
56 |
|
|
57 |
(autoload 'helm-projectile-rg "helm-projectile" "\ |
|
58 |
Projectile version of `helm-rg'. |
|
59 |
|
|
60 |
\(fn)" t nil) |
|
61 |
|
|
62 |
(autoload 'helm-projectile-toggle "helm-projectile" "\ |
|
63 |
Toggle Helm version of Projectile commands. |
|
64 |
|
|
65 |
\(fn TOGGLE)" nil nil) |
|
66 |
|
|
67 |
(autoload 'helm-projectile "helm-projectile" "\ |
|
68 |
Use projectile with Helm instead of ido. |
|
69 |
|
|
70 |
With a prefix ARG invalidates the cache first. |
|
71 |
If invoked outside of a project, displays a list of known projects to jump. |
|
72 |
|
|
73 |
\(fn &optional ARG)" t nil) |
|
74 |
|
|
75 |
(eval-after-load 'projectile '(progn (define-key projectile-command-map (kbd "h") #'helm-projectile))) |
|
76 |
|
|
77 |
(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "helm-projectile" '("helm-"))) |
|
78 |
|
|
79 |
;;;*** |
|
80 |
|
|
81 |
;; Local Variables: |
|
82 |
;; version-control: never |
|
83 |
;; no-byte-compile: t |
|
84 |
;; no-update-autoloads: t |
|
85 |
;; coding: utf-8 |
|
86 |
;; End: |
|
87 |
;;; helm-projectile-autoloads.el ends here |