diff --git a/configs/init-lsp.el b/configs/init-lsp.el index ca4a607..977b93b 100644 --- a/configs/init-lsp.el +++ b/configs/init-lsp.el @@ -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"))