diff --git a/.emacs.d/include/priime-edit.el b/.emacs.d/include/priime-edit.el index cd6c4f8..8736aa1 100644 --- a/.emacs.d/include/priime-edit.el +++ b/.emacs.d/include/priime-edit.el @@ -126,8 +126,7 @@ '("" . ignore))) (use-package flycheck :straight t :custom - (flycheck-check-syntax-automatically '(save mode-enable)) - :hook (after-init . global-flycheck-mode)) + (flycheck-check-syntax-automatically '())) (use-package paredit :straight t :bind (("M-" . #'backward-kill-sexp) ("M-k" . #'kill-sexp))