We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8989f40 commit 69e2f53Copy full SHA for 69e2f53
cider.el
@@ -483,9 +483,9 @@ Added to `cider-jack-in-lein-plugins' (which see) when doing
483
"Return a normalized list of Leiningen plugins to be injected.
484
See `cider-jack-in-lein-plugins' for the format, except that the list
485
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))))
+ (let ((plugins (append cider-jack-in-lein-plugins
+ `(("mx.cider/enrich-classpath" "1.8.0")
+ ("cider/cider-nrepl" ,cider-injected-middleware-version)))))
489
(thread-last plugins
490
(seq-filter
491
(lambda (spec)
0 commit comments