Don't uninstall cider when +lsp is enabled

This commit is contained in:
Henrik Lissner 2020-02-26 14:26:55 -05:00
parent 39a12861ff
commit 80845954f1
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -1,9 +1,7 @@
;; -*- no-byte-compile: t; -*-
;;; lang/clojure/packages.el
(unless (featurep! +lsp)
(package! cider :pin "7437c67f0e"))
(package! cider :pin "7437c67f0e")
(package! clj-refactor :pin "e24ba62843")
(when (featurep! :checkers syntax)