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
Commands don't prompt anymore by default closes#48
The patch makes so that the REPL commands don't prompt for things
anymore (except for `inf-clojure-apropos`). For prompting, the user will
need to pass a prefix argument to the command.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -4,10 +4,10 @@
4
4
5
5
### New Features
6
6
7
+
*[#51](https://github.com/clojure-emacs/inf-clojure/pull/51): Commands do not prompt by default anymore, unless they receive a non-nil prefix argument.
7
8
*[#44](https://github.com/clojure-emacs/inf-clojure/pull/44): Add REPL types and Lumo support.
8
9
*[#50](https://github.com/clojure-emacs/inf-clojure/pull/50): Rename defcustoms to `inf-clojure-*-form` where appropriate.
9
10
*[#34](https://github.com/clojure-emacs/inf-clojure/pull/34): Add support for socket REPL connections.
10
-
*[#46](https://github.com/clojure-emacs/inf-clojure/pull/46): Make it possible to disable prompt on `inf-clojure-set-ns`.
11
11
* New interactive command `inf-clojure-display-version`.
12
12
*[#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`).
0 commit comments