You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Fix#1789] Make it easier to change the connection of the scratch
buffer
It wasn't really apparent how one was supposed to change the connection
of a scratch buffer, so the relevant command was added to the mode's
menu.
I've also added another command to quickly toggle a buffer's connection
between Clojure and ClojureScript.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,8 @@ request dispatch.
12
12
within the scope of your current Emacs session.
13
13
*[#1851](https://github.com/clojure-emacs/cider/issues/1851): Add a command to rerun the last test ran via `cider-test-run-test`. The new command is named `cider-test-rerun-test` and is about to `C-c C-t (C-)g`.
14
14
*[#1748](https://github.com/clojure-emacs/cider/issues/1748): Add new interactive command `cider-pprint-eval-last-sexp-to-repl`.
15
+
*[#1789](https://github.com/clojure-emacs/cider/issues/1789): Make it easy to change the connection of the cider-scratch buffer from the mode's menu.
16
+
* New interactive command `cider-toggle-buffer-connection`.
0 commit comments