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 53025bf commit 4af94e6Copy full SHA for 4af94e6
inf-clojure.el
@@ -353,14 +353,14 @@ number (e.g. (\"localhost\" . 5555))."
353
354
(defcustom inf-clojure-custom-startup
355
nil
356
- "Form to be used to start inf-clojure.
+ "Form to be used to start `inf-clojure'.
357
Can be a cons pair of (host . port) where host is a string and
358
port is an integer, or a string to startup an interpreter like
359
\"planck\".")
360
361
(defcustom inf-clojure-custom-repl-type
362
363
- "REPL type to use for inf-clojure process buffer.
+ "REPL type to use for `inf-clojure' process buffer.
364
Should be a symbol that is a key in `inf-clojure-repl-features'."
365
:package-version '(inf-clojure . "3.0.0")
366
:type '(choice (const :tag "clojure" clojure)
0 commit comments