diff options
Diffstat (limited to '.emacs.d')
-rw-r--r-- | .emacs.d/init.el | 1 | ||||
-rw-r--r-- | .emacs.d/lisp/init-flycheck.el | 8 |
2 files changed, 0 insertions, 9 deletions
diff --git a/.emacs.d/init.el b/.emacs.d/init.el index 0dcedfb..2f14bf0 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -24,7 +24,6 @@ (require 'init-minibuffer) (require 'init-company) (require 'init-corfu) -(require 'init-flycheck) (require 'init-org) (require 'init-lang) (require 'init-go) diff --git a/.emacs.d/lisp/init-flycheck.el b/.emacs.d/lisp/init-flycheck.el deleted file mode 100644 index b2fc7e2..0000000 --- a/.emacs.d/lisp/init-flycheck.el +++ /dev/null @@ -1,8 +0,0 @@ -;; 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) |