feat: add flycheck to clojure

This commit is contained in:
Flinner 2022-03-05 20:28:37 +03:00
parent 6e2ed58382
commit 9c01a67bdf
Signed by: flinner
GPG Key ID: 95CE0DA7F0E58CA6
1 changed files with 1 additions and 0 deletions

View File

@ -1420,6 +1420,7 @@ Get treemacs-lsp
:defer t
:config (require 'flycheck-clj-kondo)
:hook (clojure-mode . zprint-format-on-save-mode)
(clojure-mode . flycheck-mode)
:bind (:map cider-mode-map
([remap lsp-find-definition] . cider-find-var)
([remap eval-defun] . cider-eval-list-at-point)