fix(lsp): Disable flycheck global for org-mode by default

This commit is contained in:
2026-04-20 11:49:59 -03:00
parent 3f6e673a6b
commit 0a752577fc

View File

@@ -79,6 +79,7 @@
(use-package flycheck
:init (global-flycheck-mode)
:config
(setq-default flycheck-global-modes '(not org-mode))
(setq flycheck-indication-mode nil
flycheck-phpcs-standard "PSR12"))