Skip to content

Commit 41087a5

Browse files
committed
Update cider-default-cljs-repl
1 parent 9ec56ce commit 41087a5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

cider.el

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -705,7 +705,9 @@ you're working on."
705705
(const "Figwheel")
706706
(const "Node")
707707
(const "Weasel")
708-
(const "Boot"))
708+
(const "Boot")
709+
(const "Shadow")
710+
(const "Custom"))
709711
:group 'cider
710712
:safe #'stringp
711713
:package-version '(cider . "0.17.0"))

0 commit comments

Comments
 (0)