1
0
Fork 0

fix(emacs): remove flycheck

This commit is contained in:
Lucas Sta Maria 2025-03-20 14:58:09 -04:00
parent 316d142ed8
commit cd84b9db3e
No known key found for this signature in database
GPG key ID: F07FB16A826E3B47

View file

@ -144,9 +144,6 @@
'("'" . repeat) '("'" . repeat)
'(":" . meow-mx) '(":" . meow-mx)
'("<escape>" . ignore))) '("<escape>" . ignore)))
(use-package flycheck :straight t
:custom
(flycheck-check-syntax-automatically '()))
(use-package paredit :straight t (use-package paredit :straight t
:bind (("M-<backspace>" . #'backward-kill-sexp) :bind (("M-<backspace>" . #'backward-kill-sexp)
("M-k" . #'kill-sexp)) ("M-k" . #'kill-sexp))