Skip to content

Commit 459b3fe

Browse files
committed
Fixes #5
1 parent fde9dc3 commit 459b3fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lambdaisland/ansi.cljc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
of :vga :cmd :osx :putty :mirc :xterm :ubuntu. For finer control bind to
6868
*color-scheme* directly."
6969
[name & body]
70-
`(binding [*color-scheme* (get color-schemes name)]
70+
`(binding [*color-scheme* (get color-schemes ~name)]
7171
~@body))
7272

7373
(defn get-color [n]

0 commit comments

Comments
 (0)