66 lines
1.9 KiB
EmacsLisp
66 lines
1.9 KiB
EmacsLisp
;;; fiplr-autoloads.el --- automatically extracted autoloads
|
||
;;
|
||
;;; Code:
|
||
(add-to-list 'load-path (or (file-name-directory #$) (car load-path)))
|
||
|
||
;;;### (autoloads nil "fiplr" "fiplr.el" (22297 19831 573825 595000))
|
||
;;; Generated autoloads from fiplr.el
|
||
|
||
(autoload 'fiplr-find-file "fiplr" "\
|
||
Runs a completing prompt to find a file from the project.
|
||
The root of the project is the return value of `fiplr-root'.
|
||
|
||
\(fn)" t nil)
|
||
|
||
(autoload 'fiplr-find-file-other-window "fiplr" "\
|
||
Runs a completing prompt to find a file from the project.
|
||
The root of the project is the return value of `fiplr-root'. The
|
||
file is opened using `find-file-other-window'.
|
||
|
||
\(fn)" t nil)
|
||
|
||
(autoload 'fiplr-find-file-other-frame "fiplr" "\
|
||
Runs a completing prompt to find a file from the project.
|
||
The root of the project is the return value of `fiplr-root'. The
|
||
file is opened using `find-file-other-frame'.
|
||
|
||
\(fn)" t nil)
|
||
|
||
(autoload 'fiplr-find-directory "fiplr" "\
|
||
Runs a completing prompt to find a directory from the project.
|
||
The root of the project is the return value of `fiplr-root'.
|
||
|
||
\(fn)" t nil)
|
||
|
||
(autoload 'fiplr-find-directory-other-window "fiplr" "\
|
||
Runs a completing prompt to find a directory from the project.
|
||
The root of the project is the return value of `fiplr-root'. The
|
||
directory is opened using `dired-other-window'.
|
||
|
||
\(fn)" t nil)
|
||
|
||
(autoload 'fiplr-find-directory-other-frame "fiplr" "\
|
||
Runs a completing prompt to find a directory from the project.
|
||
The root of the project is the return value of `fiplr-root'. The
|
||
directory is opened using `dired-other-frame'.
|
||
|
||
\(fn)" t nil)
|
||
|
||
(autoload 'fiplr-clear-cache "fiplr" "\
|
||
Clears the internal caches used by fiplr so the project is searched again.
|
||
|
||
\(fn)" t nil)
|
||
|
||
;;;***
|
||
|
||
;;;### (autoloads nil nil ("fiplr-pkg.el") (22297 19831 829667 665000))
|
||
|
||
;;;***
|
||
|
||
;; Local Variables:
|
||
;; version-control: never
|
||
;; no-byte-compile: t
|
||
;; no-update-autoloads: t
|
||
;; End:
|
||
;;; fiplr-autoloads.el ends here
|