Fix sly mrepl thing
This commit is contained in:
parent
8d7aba02d3
commit
535dc0313e
3
init.el
3
init.el
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user