summaryrefslogtreecommitdiff
blob: e97cc3554edca4abdf03284385913ee64d05eb69 (plain)
1
2
3
4
5
6
(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))