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"
|
inferior-lisp-program "sbcl"
|
||||||
slime-lisp-implementations `((sbcl (,sbcl-exe "--core" ,sbcl-core))))
|
slime-lisp-implementations `((sbcl (,sbcl-exe "--core" ,sbcl-core))))
|
||||||
|
|
||||||
|
(use-package powershell)
|
||||||
|
|
||||||
(defun powershell (&optional buffer)
|
(defun powershell (&optional buffer)
|
||||||
"Launches a powershell in buffer *powershell* and switches to it."
|
"Launches a powershell in buffer *powershell* and switches to it."
|
||||||
(interactive)
|
(interactive)
|
||||||
|
|
|
@ -193,8 +193,6 @@
|
||||||
slime-editing-commands
|
slime-editing-commands
|
||||||
slime-sbcl-exts)))
|
slime-sbcl-exts)))
|
||||||
|
|
||||||
(use-package powershell)
|
|
||||||
|
|
||||||
;; (use-package geiser
|
;; (use-package geiser
|
||||||
;; :config
|
;; :config
|
||||||
;; (setq geiser-active-implementations '(racket)))
|
;; (setq geiser-active-implementations '(racket)))
|
||||||
|
|
Loading…
Add table
Reference in a new issue