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
For some reason simply killing the REPL buffer didn’t kill the process
associated with it. This command handles such situations properly. As
an added bonus it can be invoked from non-REPL buffers and can operate
on multiple REPLs.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,7 @@
10
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
11
* Font-lock the code in the REPL.
12
12
* Handle properly ANSI color escape sequences in the REPL.
13
+
*[#41](https://github.com/clojure-emacs/inf-clojure/issues/41): Add a command to quit the REPL (it's bound to `C-c C-q`).
0 commit comments