We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4397e30 commit 3aa7f02Copy full SHA for 3aa7f02
1 file changed
inf-clojure.el
@@ -280,8 +280,7 @@ buffers after they are created with `rename-buffer'."
280
(message "Current inf-clojure REPL set to %s" new-repl-buffer)))
281
282
(defun inf-clojure--prompt-repl-type ()
283
- "Set the REPL type to one of the available implementations."
284
- (interactive)
+ "Prompt for a REPL type and return it as a symbol."
285
(let ((types (mapcar #'car inf-clojure-repl-features)))
286
(intern
287
(completing-read "Set REPL type: "
0 commit comments