1
0
Fork 0

refactor(emacs): remove racket.el

Signed-off-by: Lucas Sta Maria <lucas@priime.dev>
This commit is contained in:
Lucas Sta Maria 2024-11-04 19:43:01 -05:00
parent d66a9cd13c
commit 0cf7b18000
No known key found for this signature in database
GPG key ID: F07FB16A826E3B47
4 changed files with 39 additions and 65 deletions

View file

@ -27,6 +27,16 @@
(kill-line)
(meow-insert))
;; (flycheck-define-checker racket-review
;; "check racket source code using racket review"
;; :command ("raco" "review" source)
;; :error-patterns
;; ((error line-start (file-name) ":" line ":" column ":error:" (message) line-end)
;; (warning line-start (file-name) ":" line ":" column ":warning:" (message) line-end))
;; :modes racket-mode)
;;; Packages
(use-package meow :straight t
:bind (("C-q" . meow-quit))
:custom
@ -117,8 +127,7 @@
(use-package flycheck :straight t
:custom
(flycheck-check-syntax-automatically '(save mode-enable))
:init
(add-hook 'after-init-hook 'global-flycheck-mode))
:hook (after-init . global-flycheck-mode))
(use-package paredit :straight t
:bind (("M-<backspace>" . #'backward-kill-sexp)
("M-k" . #'kill-sexp))