Only install powershell package under windows OS
This commit is contained in:
parent
24dad03eeb
commit
56548d15fe
2 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
|
|
@ -193,8 +193,6 @@
|
|||
slime-editing-commands
|
||||
slime-sbcl-exts)))
|
||||
|
||||
(use-package powershell)
|
||||
|
||||
;; (use-package geiser
|
||||
;; :config
|
||||
;; (setq geiser-active-implementations '(racket)))
|
||||
|
|
Loading…
Add table
Reference in a new issue