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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,11 @@
7
7
*[#34](https://github.com/clojure-emacs/inf-clojure/pull/34): Add support for socket REPL connections.
8
8
*[#46](https://github.com/clojure-emacs/inf-clojure/pull/46): Make it possible to disable prompt on `inf-clojure-set-ns`.
9
9
* New interactive command `inf-clojure-display-version`.
10
+
*[#42](https://github.com/clojure-emacs/inf-clojure/issues/42): Add a defcustom controlling the window in which the REPL buffer is displayed (`inf-clojure-repl-use-same-window`).
11
+
12
+
### Changes
13
+
14
+
* Display the REPL in a different window by default (it used to be displayed in the current window).
0 commit comments