1
0
mirror of https://github.com/amix/vimrc synced 2025-02-28 14:12:51 +08:00
amix-vimrc-mirror/sources_non_forked/slimv/swank-clojure/swank/dev.clj
2022-06-05 18:14:25 +08:00

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))