Skip to content

Commit a705085

Browse files
arichiardibbatsov
authored andcommitted
Add nil parameter to lumo completions' atom
The atom creation requires a parameter. It rightfully complains in lumo 1.6.X.
1 parent 723064d commit a705085

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-
"(let [ret (atom)]
729+
"(let [ret (atom nil)]
730730
(lumo.repl/get-completions \"%s\"
731731
(fn [res] (reset! ret (map str res))))
732732
@ret)"

0 commit comments

Comments
 (0)