Replace flycheck with flymake
This commit is contained in:
parent
2854b1a128
commit
5069756600
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user