diff options
-rw-r--r-- | init.el | 2 |
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))) |