Skip to content

Commit

Permalink
emacs: load slime-mrepl
Browse files Browse the repository at this point in the history
then M-x slime-new-mrepl
  • Loading branch information
vindarel committed Feb 15, 2024
1 parent 3b35f73 commit 4432f59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion emacs-ide.md
Original file line number Diff line number Diff line change
Expand Up @@ -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!
Expand Down

0 comments on commit 4432f59

Please sign in to comment.