fix(emacs): disable flycheck
Signed-off-by: Lucas Sta Maria <lucas@priime.dev>
This commit is contained in:
parent
c572a73489
commit
c0afc3ceeb
1 changed files with 1 additions and 2 deletions
|
@ -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))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue