Skip to content

Commit

Permalink
Enable clj-kondo by default
Browse files Browse the repository at this point in the history
  • Loading branch information
sandhu committed Jul 21, 2022
1 parent f55f561 commit 041643b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/114-clojure-config.el
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
(lambda ()
(push '("partial" . ) prettify-symbols-alist)
(push '("comp" . ?ο) prettify-symbols-alist)
(require 'flycheck-clj-kondo)
(flycheck-mode)
(lisp-mode-setup))))
:config (progn
(require 'flycheck-clj-kondo)
(flycheck-mode)
(diminish-major-mode 'clojure-mode "")
(bind-key "C-c C-z" nil clojure-mode-map))) ; Remove the binding for inferior-lisp-mode

Expand Down

0 comments on commit 041643b

Please sign in to comment.