summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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))