Skip to content

Commit 9ab6680

Browse files
committed
Disable pretty print when fetching lumo arglists
1 parent 74e8423 commit 9ab6680

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
@@ -703,7 +703,7 @@ If you are using REPL types, it will pickup the most approapriate
703703
(define-obsolete-variable-alias 'inf-clojure-arglist-command 'inf-clojure-arglists-form "2.0.0")
704704

705705
(defcustom inf-clojure-arglists-form-lumo
706-
"(pr-str (lumo.repl/get-arglists \"%s\"))"
706+
"(do (set! lumo.repl/*pprint-results* false) (lumo.repl/get-arglists \"%s\"))"
707707
"Lumo form to query inferior Clojure for a function's arglists."
708708
:type 'string
709709
:package-version '(inf-clojure . "2.0.0"))

0 commit comments

Comments
 (0)