Fix sly mrepl thing

This commit is contained in:
Alexander Rosenberg 2024-12-05 08:41:44 -08:00
parent 8d7aba02d3
commit 535dc0313e
Signed by: Zander671
GPG Key ID: 5FD0394ADBD72730

View File

@ -1725,7 +1725,8 @@ line in the block and manually deal with indentation."
:config :config
(evil-define-key 'insert sly-mrepl-mode-map (evil-define-key 'insert sly-mrepl-mode-map
(kbd ",") 'self-insert-command) (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)) (sly-symbol-completion-mode -1))
;; pdf-tools ;; pdf-tools