Personal emacs config
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.

46 lines
1.5 KiB

  1. ;;; better-shell-autoloads.el --- automatically extracted autoloads
  2. ;;
  3. ;;; Code:
  4. (add-to-list 'load-path (directory-file-name
  5. (or (file-name-directory #$) (car load-path))))
  6. ;;;### (autoloads nil "better-shell" "better-shell.el" (0 0 0 0))
  7. ;;; Generated autoloads from better-shell.el
  8. (autoload 'better-shell-remote-open "better-shell" "\
  9. Prompt for a remote host to connect to, and open a shell
  10. there. With prefix argument, get a sudo shell.
  11. \(fn &optional ARG)" t nil)
  12. (autoload 'better-shell-sudo-here "better-shell" "\
  13. Reopen the current file, directory, or shell as root.
  14. For files and dired buffers, the non-sudo buffer is replaced with
  15. a sudo buffer. For shells, a sudo shell is opened but the
  16. non-sudo shell is left in tact." t nil)
  17. (autoload 'better-shell-shell "better-shell" "\
  18. Pop to an appropriate shell.
  19. Cycle through all the shells, most recently used first. When
  20. called with a prefix ARG, finds or creates a shell in the current
  21. directory.
  22. \(fn &optional ARG)" t nil)
  23. (autoload 'better-shell-for-projectile-root "better-shell" "\
  24. Find or create a shell in the projectile root.
  25. See `better-shell-for-dir' for details on how shells are found or created." t nil)
  26. (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "better-shell" '("better-shell-")))
  27. ;;;***
  28. ;; Local Variables:
  29. ;; version-control: never
  30. ;; no-byte-compile: t
  31. ;; no-update-autoloads: t
  32. ;; coding: utf-8
  33. ;; End:
  34. ;;; better-shell-autoloads.el ends here