Skip to content

Commit

Permalink
Fix default key for cider-jack-in
Browse files Browse the repository at this point in the history
  • Loading branch information
kimo-k committed Apr 27, 2024
1 parent abbfec9 commit b7e144d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 2.4.13

#### Fixed

- default shadow build for cider-jack-in-cljs now works correctly
(.dir-locals.el)

## 2.4.12

#### Changed
Expand Down
2 changes: 1 addition & 1 deletion resources/leiningen/new/re_frame/dir-locals.el
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
((nil . ((cider-default-cljs-repl . shadow)
(cider-shadow-cljs-default-options . "app"))))
(cider-shadow-default-options . "app"))))

0 comments on commit b7e144d

Please sign in to comment.