From: rearman Date: Mon, 8 Jul 2024 18:00:28 +0000 (-0400) Subject: Bind sedit-auto-pretty-print X-Git-Url: https://git.earman.xyz/?a=commitdiff_plain;h=8749eafd1a7b1df446478960d062fc0b9faaf2d3;p=emacsinit.git Bind sedit-auto-pretty-print --- diff --git a/re/re-bindings.el b/re/re-bindings.el index 1dd9b12..b75056a 100644 --- a/re/re-bindings.el +++ b/re/re-bindings.el @@ -64,7 +64,7 @@ (keymap-global-set "C-M-z" #'eval-region) (keymap-global-set "C-M-S-q" (lambda () (interactive) - (indent-pp-sexp t))) + (sedit-auto-prettify-sexp))) (defvar *re/lisp-mode-hooks* '(emacs-lisp-mode-hook lisp-mode-hook diff --git a/sedit-mouse b/sedit-mouse index 0b287f6..9c3a77f 160000 --- a/sedit-mouse +++ b/sedit-mouse @@ -1 +1 @@ -Subproject commit 0b287f6a08c4841fdbc80b91213ebe1c45706ae8 +Subproject commit 9c3a77f315736fc4ef41f12a7e6b74ea4c0f7af9