Files
emacs/lisp/powershell/powershell-pkg.el
2023-11-04 19:26:41 +01:00

15 lines
490 B
EmacsLisp

(define-package "powershell" "20220805.1712" "Mode for editing PowerShell scripts"
'((emacs "24"))
:commit "f2da15857e430206e215a3c65289b4058ae3c976" :authors
'(("Frédéric Perrin" . "fredericperrinreselfr"))
:maintainers
'(("Frédéric Perrin" . "fredericperrinreselfr"))
:maintainer
'("Frédéric Perrin" . "fredericperrinreselfr")
:keywords
'("powershell" "languages")
:url "http://github.com/jschaf/powershell.el")
;; Local Variables:
;; no-byte-compile: t
;; End: