From 535dc0313e129fe6c96e32920fdf3e5e02aa4f96 Mon Sep 17 00:00:00 2001 From: Alexander Rosenberg Date: Thu, 5 Dec 2024 08:41:44 -0800 Subject: [PATCH] Fix sly mrepl thing --- init.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/init.el b/init.el index a92ee95..aa681a5 100644 --- a/init.el +++ b/init.el @@ -1725,7 +1725,8 @@ line in the block and manually deal with indentation." :config (evil-define-key 'insert sly-mrepl-mode-map (kbd ",") 'self-insert-command) - (keymap-set sly-mrepl-mode-map "C-c ," 'sly-mrepl-shortcut) + (evil-define-key nil sly-mrepl-mode-map + (kbd "C-c ,") 'sly-mrepl-shortcut) (sly-symbol-completion-mode -1)) ;; pdf-tools