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 b04f05d commit 12583f4Copy full SHA for 12583f4
inf-clojure.el
@@ -367,6 +367,7 @@ This should usually be a combination of `inf-clojure-prompt' and
367
"Controls whether to display the REPL buffer in the current window or not."
368
:type '(choice (const :tag "same" t)
369
(const :tag "different" nil))
370
+ :safe #'booleanp
371
:package-version '(inf-clojure . "2.0.0"))
372
373
(defvar inf-clojure-buffer nil
0 commit comments