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
Basically this means that we now have different REPL start commands
for boot and lein projects. If we're not in a boot or lein project
we fallback a generic command to start a REPL (`inf-clojure-generic-cmd').
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,11 +12,13 @@
12
12
* Handle properly ANSI color escape sequences in the REPL.
13
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`).
14
14
*[#29](https://github.com/clojure-emacs/inf-clojure/issues/29): Add a command to restart the REPL.
15
+
*[#31](https://github.com/clojure-emacs/inf-clojure/issues/31): Invoke different init command based on the project type (boot, lein or generic).
15
16
16
17
### Changes
17
18
18
19
* Display the REPL in a different window by default (it used to be displayed in the current window).
19
20
*[#26](https://github.com/clojure-emacs/inf-clojure/issues/26): Make switching to the REPL optional on `inf-clojure-load-file` (it's now controlled via a prefix argument).
0 commit comments