Skip to content

Commit e75ce55

Browse files
committed
le-clojure.el (lispy--eval-clojure-context): Wrap with-shadows
1 parent 42a12ae commit e75ce55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

le-clojure.el

+1-1
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@
103103
(forward-sexp 2)
104104
(lispy--string-dwim)))
105105
(coll (read (lispy--eval-clojure-1
106-
(format "(map str %s)" e-str-1)
106+
(format "(lispy.clojure/with-shadows (map str %s))" e-str-1)
107107
nil)))
108108
(idx (lispy--idx-from-list coll))
109109
(sym (save-excursion

0 commit comments

Comments
 (0)