1
0
Fork 0

fix(emacs): disable flycheck

Signed-off-by: Lucas Sta Maria <lucas@priime.dev>
This commit is contained in:
Lucas Sta Maria 2024-12-15 01:15:52 -05:00
parent c572a73489
commit c0afc3ceeb
No known key found for this signature in database
GPG key ID: F07FB16A826E3B47

View file

@ -126,8 +126,7 @@
'("<escape>" . 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-<backspace>" . #'backward-kill-sexp)
("M-k" . #'kill-sexp))