Skip to content

Commit b7e144d

Browse files
committed
Fix default key for cider-jack-in
1 parent abbfec9 commit b7e144d

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## 2.4.13
2+
3+
#### Fixed
4+
5+
- default shadow build for cider-jack-in-cljs now works correctly
6+
(.dir-locals.el)
7+
18
## 2.4.12
29

310
#### Changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
((nil . ((cider-default-cljs-repl . shadow)
2-
(cider-shadow-cljs-default-options . "app"))))
2+
(cider-shadow-default-options . "app"))))

0 commit comments

Comments
 (0)