From c9ad22ca1aaadba6cb0bce5650147dc3f0f14d36 Mon Sep 17 00:00:00 2001 From: may Date: Sat, 20 Jan 2024 13:44:37 -0600 Subject: [PATCH] Improve Emacs instructions, point users to an emacs quickstart. I've used emacs for more than a decade, but I found this quickstart to be the best I've seen in a long time and it worked flawlessly for me. --- editor-support.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/editor-support.md b/editor-support.md index 6e90421..1f23f6d 100644 --- a/editor-support.md +++ b/editor-support.md @@ -29,6 +29,7 @@ Since SLIME is heavily modular and the defaults only do the bare minimum (not even the SLIME REPL), you might want to enable more features with ~~~lisp +(require 'slime) (slime-setup '(slime-fancy slime-quicklisp slime-asdf)) ~~~ @@ -41,6 +42,7 @@ Now you can run SLIME with `M-x slime` and/or `M-x slime-connect`. See also: * [https://wikemacs.org/wiki/SLIME](https://wikemacs.org/wiki/SLIME) - configuration examples and extensions. +* [https://github.com/susam/emacs4cl](https://github.com/susam/emacs4cl) - a minimal Emacs configuration to get new users up and running quickly, *with* a tutorial. ### Using Emacs as an IDE