diff --git a/bundle/bundle--customfile.el b/bundle/bundle--customfile.el index 23e5182f..2b849e28 100644 --- a/bundle/bundle--customfile.el +++ b/bundle/bundle--customfile.el @@ -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) diff --git a/bundle/bundle--package.el b/bundle/bundle--package.el index 44b7ea1e..b7f3f901 100644 --- a/bundle/bundle--package.el +++ b/bundle/bundle--package.el @@ -193,8 +193,6 @@ slime-editing-commands slime-sbcl-exts))) -(use-package powershell) - ;; (use-package geiser ;; :config ;; (setq geiser-active-implementations '(racket)))