Using Emacs as editor for SBCL on Windows 10
Emacs is installed in C:\emacs, using version 30.2. I run it using C:\emacs\bin\runemacs.exe.SBCL version 2.6.4 (sbcl-2.6.4-x86-64-windows-binary.msi) is installed in C:\Program Files\Steel Bank Common Lisp
- Install Sly package manager in Emacs
- Create or edit ~/.emacs.d/init.el
- Edit or replace contents like below
- Restart Emacs
- Load Sly
M-x package-refresh-contents M-x package-install RET sly RET
M-x sly RET
No comments:
Post a Comment