lang/clojure: add +lsp support

This commit is contained in:
Henrik Lissner 2020-02-23 16:23:36 -05:00
parent b30f38ac06
commit a65403011e
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
3 changed files with 18 additions and 2 deletions

View file

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