This repository has been archived on 2024-10-22. You can view files and clone it, but cannot push or open issues or pull requests.
spacemacs/contrib/lang/windows-scripts/packages.el

10 lines
288 B
EmacsLisp

(defvar windows-scripts-packages
'(
powershell
)
"List of all packages to install and/or initialize. Built-in packages
which require an initialization must be listed explicitly in the list.")
(defun windows-scripts/init-powershell ()
(use-package powershell
:defer t))