diff --git a/.emacs.d/include/priime-edit.el b/.emacs.d/include/priime-edit.el index 57f485c..576ae62 100644 --- a/.emacs.d/include/priime-edit.el +++ b/.emacs.d/include/priime-edit.el @@ -144,9 +144,6 @@ '("'" . repeat) '(":" . meow-mx) '("" . ignore))) -(use-package flycheck :straight t - :custom - (flycheck-check-syntax-automatically '())) (use-package paredit :straight t :bind (("M-" . #'backward-kill-sexp) ("M-k" . #'kill-sexp))