Skip to content

Commit

Permalink
Improve Emacs instructions, point users to an emacs quickstart.
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
may authored and vindarel committed Jan 22, 2024
1 parent 10b1a24 commit c9ad22c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions editor-support.md
Original file line number Diff line number Diff line change
Expand Up @@ -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))
~~~

Expand All @@ -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
Expand Down

0 comments on commit c9ad22c

Please sign in to comment.