aboutsummaryrefslogtreecommitdiff
path: root/.emacs.d/lisp/init-flycheck.el
blob: b2fc7e217a5d8daf2a3a281024b94df98fc4bdf5 (plain)
1
2
3
4
5
6
7
8
;; not very good in elisp (too noisy)
;; decide when to toggle it later
(gx/maybe-require-package 'flycheck)

(with-eval-after-load 'flycheck
  (gx/diminish 'flycheck-mode))

(provide 'init-flycheck)