fix(emacs): change keybind for clearing racket repl
Signed-off-by: Lucas Sta Maria <lucas@priime.dev>
This commit is contained in:
parent
a6944f3a8a
commit
84ca75c356
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@
|
|||
|
||||
(defun configure-racket-repl ()
|
||||
"Configure keybinds for the racket repl."
|
||||
(keymap-local-set "C-c C-a" #'racket-repl-clear-leaving-last-prompt))
|
||||
(keymap-local-set "C-c C-k" #'racket-repl-clear-leaving-last-prompt))
|
||||
|
||||
(add-hook 'racket-repl-mode-hook #'configure-racket-repl)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue