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 a510837 commit edbdd09Copy full SHA for edbdd09
inf-clojure.el
@@ -450,7 +450,8 @@ number (e.g. (\"localhost\" . 5555))."
450
"Form to be used to start `inf-clojure'.
451
Can be a cons pair of (host . port) where host is a string and
452
port is an integer, or a string to startup an interpreter like
453
-\"planck\".")
+\"planck\"."
454
+ :type '(choice (cons string integer) (const nil)))
455
456
(defcustom inf-clojure-custom-repl-type
457
nil
0 commit comments