gentoo/app-emacs/powershell/files/50powershell-gentoo.el
Maciej Barć 911bfd0508
app-emacs/powershell: new package; add version 0.3_pre20220402
2022.04.02 snapshot ...before 0.3 release

Signed-off-by: Maciej Barć <xgqt@gentoo.org>
2022-04-16 02:24:55 +02:00

7 lines
267 B
EmacsLisp

(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))