summaryrefslogtreecommitdiff
path: root/vim/bundle/slimv/swank-clojure/swank/dev.clj
blob: 3d702eedb5f135f74674b4b01617c883c68eae40 (plain)
1
2
3
4
5
6
(ns swank.dev
  (:use (swank util)))

(defmacro with-swank-io [& body]
  `(binding [*out* @(:writer-redir (first @swank.core.server/connections))]
     ~@body))