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.

53 lines
1.5 KiB

  1. ;;; powershell-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 "powershell" "powershell.el" (0 0 0 0))
  7. ;;; Generated autoloads from powershell.el
  8. (add-to-list 'auto-mode-alist (cons (purecopy "\\.ps1\\'") 'powershell-mode))
  9. (autoload 'powershell-mode "powershell" "\
  10. Major mode for editing PowerShell scripts.
  11. \\{powershell-mode-map}
  12. Entry to this mode calls the value of `powershell-mode-hook' if
  13. that value is non-nil.
  14. \(fn)" t nil)
  15. (autoload 'powershell "powershell" "\
  16. Run an inferior PowerShell.
  17. If BUFFER is non-nil, use it to hold the powershell
  18. process. Defaults to *PowerShell*.
  19. Interactively, a prefix arg means to prompt for BUFFER.
  20. If BUFFER exists but the shell process is not running, it makes a
  21. new shell.
  22. If BUFFER exists and the shell process is running, just switch to
  23. BUFFER.
  24. If PROMPT-STRING is non-nil, sets the prompt to the given value.
  25. See the help for `shell' for more details. (Type
  26. \\[describe-mode] in the shell buffer for a list of commands.)
  27. \(fn &optional BUFFER PROMPT-STRING)" t nil)
  28. (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "powershell" '("explicit-powershell.exe-args" "powershell-")))
  29. ;;;***
  30. ;; Local Variables:
  31. ;; version-control: never
  32. ;; no-byte-compile: t
  33. ;; no-update-autoloads: t
  34. ;; coding: utf-8
  35. ;; End:
  36. ;;; powershell-autoloads.el ends here