tips on using emacs -nw

This commit is contained in:
David Botton 2022-06-02 18:55:48 -04:00
parent ee2d1f4119
commit 30bb80dde7
2 changed files with 5 additions and 2 deletions

View file

@ -40,7 +40,10 @@ sbcl --eval '(ql:quickload :quicklisp-slime-helper)' --quit
```
8. You can now start emacs graphically or if did option 2 from terminal
and then use M-x slime
using emacs (and if desire terminal version use emacs -nw) and then use M-x slime
Tip: If using the -nw version in terminal preferances under profiles and under
the default profile choose use option as Meta.
9. Install using slime CLOG:
```

View file

@ -177,5 +177,5 @@
(defun start-demo ()
"Start demo."
(initialize #'on-new-window)
(initialize 'on-new-window)
(open-browser))