From aa0aae52f4026eb265ce4b19e241e002aa9381ae Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Mon, 24 Feb 2014 08:40:59 +0100 Subject: Fix working with slime at compile time --- .emacs.d/init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.emacs.d') diff --git a/.emacs.d/init.el b/.emacs.d/init.el index 6fd78f6..5c86ced 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -1177,7 +1177,7 @@ If no direction is given, don't split." (setq read-mail-command 'gnus) (define-key special-mode-map "z" #'kill-this-buffer)) -(stante-after slime +(with-eval-after-load 'slime (setq slime-lisp-implementations '((sbcl ("sbcl" "--noinform") :coding-system utf-8-unix) (clisp ("clisp") :coding-system utf-8-unix)) -- cgit v1.2.3-54-g00ecf