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.

61 lines
1.3 KiB

;;; neotree-autoloads.el --- automatically extracted autoloads
;;
;;; Code:
(add-to-list 'load-path (or (file-name-directory #$) (car load-path)))
;;;### (autoloads nil "neotree" "neotree.el" (22060 4749 966670 291000))
;;; 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") (22060 4750 168662 878000))
;;;***
;; Local Variables:
;; version-control: never
;; no-byte-compile: t
;; no-update-autoloads: t
;; End:
;;; neotree-autoloads.el ends here