From 4432f5910b15858fddc767aeb90ba17e570f3263 Mon Sep 17 00:00:00 2001 From: vindarel Date: Thu, 15 Feb 2024 20:23:15 +0100 Subject: [PATCH] emacs: load slime-mrepl then M-x slime-new-mrepl --- emacs-ide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emacs-ide.md b/emacs-ide.md index 5fee939..c0828c8 100644 --- a/emacs-ide.md +++ b/emacs-ide.md @@ -99,7 +99,7 @@ even the SLIME REPL), you might want to enable more features with ~~~lisp (require 'slime) -(slime-setup '(slime-fancy slime-quicklisp slime-asdf)) +(slime-setup '(slime-fancy slime-quicklisp slime-asdf slime-mrepl)) ~~~ After this you can press Alt-X on your keyboard and type `slime` and try Common Lisp!