Replace flycheck with flymake

This commit is contained in:
MitchMarq42 2022-11-15 10:49:41 -09:00
parent 2854b1a128
commit 5069756600

View File

@ -682,11 +682,9 @@ See https://emacs.stackexchange.com/questions/2538/how-to-define-additional-mode
:hook (emacs-lisp-mode . highlight-defined-mode))
;; Shell linting?
(use-package flycheck
(use-package flymake
:diminish
:hook (prog-mode . flycheck-mode)
;; :config (global-flycheck-mode t)
)
:hook (prog-mode . flymake-mode))
;; Emacs startup profiling
(use-package esup