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.
|
|
;;; better-shell-autoloads.el --- automatically extracted autoloads;;;;; Code:
(add-to-list 'load-path (directory-file-name (or (file-name-directory #$) (car load-path))))
;;;### (autoloads nil "better-shell" "better-shell.el" (0 0 0 0));;; Generated autoloads from better-shell.el
(autoload 'better-shell-remote-open "better-shell" "\
Prompt for a remote host to connect to, and open a shellthere. With prefix argument, get a sudo shell.
\(fn &optional ARG)" t nil)
(autoload 'better-shell-sudo-here "better-shell" "\
Reopen the current file, directory, or shell as root.For files and dired buffers, the non-sudo buffer is replaced witha sudo buffer. For shells, a sudo shell is opened but thenon-sudo shell is left in tact." t nil)
(autoload 'better-shell-shell "better-shell" "\
Pop to an appropriate shell.Cycle through all the shells, most recently used first. Whencalled with a prefix ARG, finds or creates a shell in the currentdirectory.
\(fn &optional ARG)" t nil)
(autoload 'better-shell-for-projectile-root "better-shell" "\
Find or create a shell in the projectile root.See `better-shell-for-dir' for details on how shells are found or created." t nil)
(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "better-shell" '("better-shell-")))
;;;***;; Local Variables:;; version-control: never;; no-byte-compile: t;; no-update-autoloads: t;; coding: utf-8;; End:;;; better-shell-autoloads.el ends here
|