From 3ffbf503fe4c38f211590d27dce013643831fb51 Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Wed, 5 May 2021 17:27:01 -0500 Subject: Correct after-load file name Oops, should've tested before pushing --- init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.el b/init.el index 1715c9a..3221b1b 100644 --- a/init.el +++ b/init.el @@ -685,7 +685,7 @@ (setup (:straight sly) (:option sly-kill-without-query-p t) - (with-eval-after-load 'sly + (with-eval-after-load 'sly-mrepl (dolist (key (list (kbd "RET") (kbd ""))) (define-key sly-mrepl-mode-map key #'sly-mrepl-return-at-end))) -- cgit 1.4.1-21-gabe81