Only install powershell package under windows OS

This commit is contained in:
Marcus Kammer 2022-04-23 10:07:36 +02:00
parent 24dad03eeb
commit 56548d15fe
Signed by: marcuskammer
GPG key ID: C374817BE285268F
2 changed files with 2 additions and 2 deletions

View file

@ -20,6 +20,8 @@
inferior-lisp-program "sbcl"
slime-lisp-implementations `((sbcl (,sbcl-exe "--core" ,sbcl-core))))
(use-package powershell)
(defun powershell (&optional buffer)
"Launches a powershell in buffer *powershell* and switches to it."
(interactive)

View file

@ -193,8 +193,6 @@
slime-editing-commands
slime-sbcl-exts)))
(use-package powershell)
;; (use-package geiser
;; :config
;; (setq geiser-active-implementations '(racket)))