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))
|
:hook (emacs-lisp-mode . highlight-defined-mode))
|
||||||
|
|
||||||
;; Shell linting?
|
;; Shell linting?
|
||||||
(use-package flycheck
|
(use-package flymake
|
||||||
:diminish
|
:diminish
|
||||||
:hook (prog-mode . flycheck-mode)
|
:hook (prog-mode . flymake-mode))
|
||||||
;; :config (global-flycheck-mode t)
|
|
||||||
)
|
|
||||||
|
|
||||||
;; Emacs startup profiling
|
;; Emacs startup profiling
|
||||||
(use-package esup
|
(use-package esup
|
||||||
|
Loading…
Reference in New Issue
Block a user