dotemacs

My Emacs configuration
git clone git://git.entf.net/dotemacs
Log | Files | Refs | LICENSE

commit 4ebc75642dcf10e244b33656dfe97a9d9182a737
parent a7a188e414d2f61a7b6c64abd5f9155250b92696
Author: Lukas Henkel <lh@entf.net>
Date:   Thu,  2 Jun 2022 20:14:48 +0200

Map my mouses back/foward buttons for the sly inspector

Diffstat:
Minit.el | 4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git a/init.el b/init.el @@ -165,6 +165,10 @@ (lh/define-keys json-mode-map (("C-c C-j" . jq-interactively)) json-mode) +(lh/define-keys sly-inspector-mode-map + (("<mouse-8>" . sly-inspector-pop) + ("<mouse-9>" . sly-inspector-next)) + sly) (defun corfu-insert-with-return () (interactive)