fix(lsp): Disable flycheck global for org-mode by default
This commit is contained in:
@@ -79,6 +79,7 @@
|
|||||||
(use-package flycheck
|
(use-package flycheck
|
||||||
:init (global-flycheck-mode)
|
:init (global-flycheck-mode)
|
||||||
:config
|
:config
|
||||||
|
(setq-default flycheck-global-modes '(not org-mode))
|
||||||
(setq flycheck-indication-mode nil
|
(setq flycheck-indication-mode nil
|
||||||
flycheck-phpcs-standard "PSR12"))
|
flycheck-phpcs-standard "PSR12"))
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user