mirror of
https://github.com/rabbibotton/clog.git
synced 2025-12-06 02:30:42 -08:00
tips on using emacs -nw
This commit is contained in:
parent
ee2d1f4119
commit
30bb80dde7
2 changed files with 5 additions and 2 deletions
5
MACOS.md
5
MACOS.md
|
|
@ -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
|
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:
|
9. Install using slime CLOG:
|
||||||
```
|
```
|
||||||
|
|
|
||||||
|
|
@ -177,5 +177,5 @@
|
||||||
|
|
||||||
(defun start-demo ()
|
(defun start-demo ()
|
||||||
"Start demo."
|
"Start demo."
|
||||||
(initialize #'on-new-window)
|
(initialize 'on-new-window)
|
||||||
(open-browser))
|
(open-browser))
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue