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 edbdd09 commit 975ed78Copy full SHA for 975ed78
inf-clojure.el
@@ -282,7 +282,7 @@ See http://blog.jorgenschaefer.de/2014/05/race-conditions-in-emacs-process-filte
282
(interactive)
283
(let ((types (mapcar #'car inf-clojure-repl-features)))
284
(intern
285
- (completing-read "Set REPL type:"
+ (completing-read "Set REPL type: "
286
(sort (mapcar #'symbol-name types) #'string-lessp)))))
287
288
(defgroup inf-clojure nil
0 commit comments