Skip to content

Commit 5339453

Browse files
author
Yannick Scherer
committed
'without-positional-zipper' should actually disable it.
1 parent 58a3556 commit 5339453

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rewrite_clj/custom_zipper/core.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"Force usage of `clojure.zip` to evaluate any rewrite-clj zipper operations in
5757
`body` instead of a custom position-tracking zipper."
5858
[& body]
59-
`(binding [*active?* true]
59+
`(binding [*active?* false]
6060
~@body))
6161

6262
;; ## Implementation

0 commit comments

Comments
 (0)