diff options
author | Alan Pearce | 2013-10-02 07:54:02 +0100 |
---|---|---|
committer | Alan Pearce | 2013-10-02 07:56:03 +0100 |
commit | f7bc7d5d4978f57126f6e298cc917388bd6442f5 (patch) | |
tree | cb7f38b567563086d24249e8be286df7813666b9 | |
parent | 02dbcc8ffbdfe73d7e1923d8be8e68cfe44aa1ed (diff) | |
download | dotfiles-f7bc7d5d4978f57126f6e298cc917388bd6442f5.tar.lz dotfiles-f7bc7d5d4978f57126f6e298cc917388bd6442f5.tar.zst dotfiles-f7bc7d5d4978f57126f6e298cc917388bd6442f5.zip |
Emacs: don't insure that SLIME is installed
-rw-r--r-- | emacs/init.el | 1 |
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"))) |