fix(emacs): remove flycheck
This commit is contained in:
parent
316d142ed8
commit
cd84b9db3e
1 changed files with 0 additions and 3 deletions
|
@ -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))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue