mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Don't uninstall cider when +lsp is enabled
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user