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 aeccd83 commit ae22b86Copy full SHA for ae22b86
cider-repl.el
@@ -130,10 +130,11 @@ defaults to the variable `fill-column'."
130
131
(defcustom cider-repl-use-content-types t
132
"Control whether REPL results are presented using content-type information.
133
-The `cider-toggle-content-types' command can be used to interactively
+The `cider-repl-toggle-content-types' command can be used to interactively
134
change the setting's value."
135
:type 'boolean
136
- :group 'cider-repl)
+ :group 'cider-repl
137
+ :package-version '(cider . "0.17.0"))
138
139
(defcustom cider-repl-use-clojure-font-lock t
140
"Non-nil means to use Clojure mode font-locking for input and result.
0 commit comments