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.
gentoo-overlay/app-emacs/powershell/files/50powershell-gentoo.el

7 lines
267 B

(add-to-list 'load-path "@SITELISP@")
(autoload 'powershell "powershell"
"Run an inferior PowerShell." t)
(autoload 'powershell-mode "powershell"
"Major mode for editing PowerShell scripts." t)
(add-to-list 'auto-mode-alist '("\\.ps[dm]?1\\'" . powershell-mode))