summary refs log tree commit diff stats
path: root/emacs/init.el
diff options
context:
space:
mode:
Diffstat (limited to 'emacs/init.el')
-rw-r--r--emacs/init.el1
1 files changed, 0 insertions, 1 deletions
diff --git a/emacs/init.el b/emacs/init.el
index 546d494..925ff8e 100644
--- a/emacs/init.el
+++ b/emacs/init.el
@@ -1005,7 +1005,6 @@ Also returns nil if pid is nil."
   :config (use-package quack))
 
 (use-package slime
-  :ensure t
   :commands (slime)
   :config (progn
             (let ((ql-slime-helper (expand-file-name "~/quicklisp/slime-helper.el")))