neotree-autoloads.el
1.36 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
;;; neotree-autoloads.el --- automatically extracted autoloads
;;
;;; Code:
(add-to-list 'load-path (or (file-name-directory #$) (car load-path)))
;;;### (autoloads nil "neotree" "neotree.el" (22975 64422 257674
;;;;;; 224000))
;;; Generated autoloads from neotree.el
(autoload 'neotree-find "neotree" "\
Quick select node which specified PATH in NeoTree.
If path is nil and no buffer file name, then use DEFAULT-PATH,
\(fn &optional PATH DEFAULT-PATH)" t nil)
(autoload 'neotree-projectile-action "neotree" "\
Integration with `Projectile'.
Usage:
(setq projectile-switch-project-action 'neotree-projectile-action).
When running `projectile-switch-project' (C-c p p), `neotree' will change root
automatically.
\(fn)" t nil)
(autoload 'neotree-toggle "neotree" "\
Toggle show the NeoTree window.
\(fn)" t nil)
(autoload 'neotree-show "neotree" "\
Show the NeoTree window.
\(fn)" t nil)
(autoload 'neotree-hide "neotree" "\
Close the NeoTree window.
\(fn)" t nil)
(autoload 'neotree-dir "neotree" "\
Show the NeoTree window, and change root to PATH.
\(fn PATH)" t nil)
(defalias 'neotree 'neotree-show "\
Show the NeoTree window.")
;;;***
;;;### (autoloads nil nil ("neotree-pkg.el") (22975 64422 296037
;;;;;; 928000))
;;;***
;; Local Variables:
;; version-control: never
;; no-byte-compile: t
;; no-update-autoloads: t
;; End:
;;; neotree-autoloads.el ends here