summary refs log tree commit diff stats
path: root/emacs
diff options
context:
space:
mode:
authorAlan Pearce2013-10-02 07:54:02 +0100
committerAlan Pearce2013-10-02 07:56:03 +0100
commitf7bc7d5d4978f57126f6e298cc917388bd6442f5 (patch)
treecb7f38b567563086d24249e8be286df7813666b9 /emacs
parent02dbcc8ffbdfe73d7e1923d8be8e68cfe44aa1ed (diff)
downloaddotfiles-f7bc7d5d4978f57126f6e298cc917388bd6442f5.tar.lz
dotfiles-f7bc7d5d4978f57126f6e298cc917388bd6442f5.tar.zst
dotfiles-f7bc7d5d4978f57126f6e298cc917388bd6442f5.zip
Emacs: don't insure that SLIME is installed
Diffstat (limited to 'emacs')
-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")))