Skip to content

Commit 5e14284

Browse files
committed
removeing unneccecary doall on lumo.repl/get-completions
1 parent 21219e6 commit 5e14284

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

728728
(defcustom inf-clojure-completion-form-lumo
729-
"(doall (lumo.repl/get-completions \"%s\" (fn [res] (map str res))))"
729+
"(lumo.repl/get-completions \"%s\" (fn [res] (map str res)))"
730730
"Lumo form to query inferior Clojure for completion candidates."
731731
:type 'string
732732
:package-version '(inf-clojure . "2.0.0"))

0 commit comments

Comments
 (0)