about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorCase Duckworth2021-05-05 17:27:01 -0500
committerCase Duckworth2021-05-05 17:27:01 -0500
commit3ffbf503fe4c38f211590d27dce013643831fb51 (patch)
tree83b6088421c81e93e020420424879bf053dcdb1b
parentCorrectly configure sly and slime keybindings (diff)
downloademacs-3ffbf503fe4c38f211590d27dce013643831fb51.tar.gz
emacs-3ffbf503fe4c38f211590d27dce013643831fb51.zip
Correct after-load file name
Oops, should've tested before pushing
-rw-r--r--init.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/init.el b/init.el index 1715c9a..3221b1b 100644 --- a/init.el +++ b/init.el
@@ -685,7 +685,7 @@
685 (setup (:straight sly) 685 (setup (:straight sly)
686 (:option sly-kill-without-query-p t) 686 (:option sly-kill-without-query-p t)
687 687
688 (with-eval-after-load 'sly 688 (with-eval-after-load 'sly-mrepl
689 (dolist (key (list (kbd "RET") 689 (dolist (key (list (kbd "RET")
690 (kbd "<return>"))) 690 (kbd "<return>")))
691 (define-key sly-mrepl-mode-map key #'sly-mrepl-return-at-end))) 691 (define-key sly-mrepl-mode-map key #'sly-mrepl-return-at-end)))