Skip to content

Commit b04f05d

Browse files
slipsetbbatsov
authored andcommitted
Fix the default value for inf-clojure-arglists-form-planck (#112)
In the work I did with #105, I missed a closing paren, which caused inf-clojure with Planck to misbehave.
1 parent b048358 commit b04f05d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

inf-clojure.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -774,7 +774,7 @@ If you are using REPL types, it will pickup the most approapriate
774774
:package-version '(inf-clojure . "2.0.0"))
775775

776776
(defcustom inf-clojure-arglists-form-planck
777-
"(planck.repl/get-arglists \"%s\""
777+
"(planck.repl/get-arglists \"%s\")"
778778
"Planck form to query inferior Clojure for a function's arglists."
779779
:type 'string
780780
:safe #'stringp

0 commit comments

Comments
 (0)