mirror of
https://github.com/amix/vimrc
synced 2025-02-28 14:12:51 +08:00
7 lines
161 B
Clojure
7 lines
161 B
Clojure
![]() |
(ns swank.dev
|
||
|
(:use (swank util)))
|
||
|
|
||
|
(defmacro with-swank-io [& body]
|
||
|
`(binding [*out* @(:writer-redir (first @swank.core.server/connections))]
|
||
|
~@body))
|