Skip to content
This repository was archived by the owner on Jan 23, 2018. It is now read-only.

Commit 94fa71f

Browse files
committed
Mention how to get colors in non-jack-in swank sessions.
1 parent fa09699 commit 94fa71f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,10 @@ To get syntax highlighting in your repl buffer, use this elisp:
156156
(clojure-mode-font-lock-setup))))
157157
```
158158

159+
To get colors in stack traces, load the elisp in
160+
`src/swank/payload/slime-compile-presave.el` inside Emacs and use
161+
`lein swank $PORT localhost :colors? true` to launch the swank server.
162+
159163
## Troubleshooting
160164

161165
Currently having multiple versions of swank-clojure on the classpath

0 commit comments

Comments
 (0)