Skip to content

Commit

Permalink
Ensure Emacs + SLIME works easily for thoes new to emacs.
Browse files Browse the repository at this point in the history
  • Loading branch information
may authored Jan 24, 2024
1 parent ed36a9c commit 0d06a64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion editor-support.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ On Ubuntu, SLIME is easily installed alongside Emacs and SBCL:

sudo apt install emacs slime sbcl

Otherwise, install SLIME by adding this code to your `~/.emacs` file:
Otherwise, install SLIME by adding this code to your `~/.emacs.d/init.el` file:

~~~lisp
(require 'package)
Expand Down

0 comments on commit 0d06a64

Please sign in to comment.