Skip to content

Commit 69e2f53

Browse files
committed
Fix a typo
1 parent 8989f40 commit 69e2f53

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

cider.el

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -483,9 +483,9 @@ Added to `cider-jack-in-lein-plugins' (which see) when doing
483483
"Return a normalized list of Leiningen plugins to be injected.
484484
See `cider-jack-in-lein-plugins' for the format, except that the list
485485
returned by this function does not include keyword arguments."
486-
(let (plugins (append cider-jack-in-lein-plugins
487-
`(("mx.cider/enrich-classpath" "1.8.0")
488-
("cider/cider-nrepl" ,cider-injected-middleware-version))))
486+
(let ((plugins (append cider-jack-in-lein-plugins
487+
`(("mx.cider/enrich-classpath" "1.8.0")
488+
("cider/cider-nrepl" ,cider-injected-middleware-version)))))
489489
(thread-last plugins
490490
(seq-filter
491491
(lambda (spec)

0 commit comments

Comments
 (0)