1
0
Fork 0

fix(emacs): add hook for racket-mode configuration

Signed-off-by: Lucas Sta Maria <lucas@priime.dev>
This commit is contained in:
Lucas Sta Maria 2024-10-17 16:33:44 -04:00
parent 61eeb100f6
commit 75736b4685
No known key found for this signature in database
GPG key ID: F07FB16A826E3B47

View file

@ -43,6 +43,8 @@
"Configure keybinds for racket buffers."
(keymap-local-set "C-c C-z" #'racket-repl-switch))
(add-hook 'racket-mode-hook #'configure-racket)
(defun configure-racket-repl ()
"Configure keybinds for the racket repl."
(keymap-local-set "C-c C-k" #'racket-repl-clear-leaving-last-prompt)