summaryrefslogtreecommitdiffstats
path: root/.emacs.d
diff options
context:
space:
mode:
authorGravatar Tom Willemse2014-02-24 08:40:59 +0100
committerGravatar Tom Willemse2014-02-24 08:40:59 +0100
commitaa0aae52f4026eb265ce4b19e241e002aa9381ae (patch)
tree10fd9021b60169b2540b90f44187cbe91e56909d /.emacs.d
parent0c895ad0de72a63035ba2ea7da754c3f8407c7a8 (diff)
downloademacs-aa0aae52f4026eb265ce4b19e241e002aa9381ae.tar.gz
emacs-aa0aae52f4026eb265ce4b19e241e002aa9381ae.zip
Fix working with slime at compile time
Diffstat (limited to '.emacs.d')
-rw-r--r--.emacs.d/init.el2
1 files changed, 1 insertions, 1 deletions
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))