Skip to content

Commit e2aea0f

Browse files
author
Kyle and Josh
committed
rest a borked ns
1 parent 34800a1 commit e2aea0f

File tree

1 file changed

+5
-0
lines changed
  • yasnippet/snippets/text-mode/clojure-mode

1 file changed

+5
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
(doseq [s (map first (filter
2+
(fn [[s v]]
3+
(= *ns* (:ns (meta v))))
4+
(ns-map *ns*)))]
5+
(ns-unmap *ns* s))

0 commit comments

Comments
 (0)