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
+1-1Lines changed: 1 addition & 1 deletion
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): Add `Add inf-clojure-prompt-on-commands` to globally disable prompting on commands.
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`).
Every REPL command prompts by default, but with a prefix arg you can disable prompting (for instance: `C-u C-c C-v` will show the docstring of the var at point.
74
+
This behavior is flipped when `inf-clojure-prompt-on-commands` is set to `nil`.
75
+
73
76
## REPL Type
74
77
75
78
An `inf-clojure` REPL can be of different types: Clojure, ClojureScript, Lumo and Planck are all potentially valid options.
0 commit comments