emacs: define another binding for prot-simple-indent-dwim

This commit is contained in:
Protesilaos Stavrou 2025-10-17 20:08:00 +03:00
parent 434160ecae
commit f365606d6d
No known key found for this signature in database
GPG key ID: 99BD6459CD5CA3EA
2 changed files with 4 additions and 2 deletions

View file

@ -114,7 +114,8 @@
("M-v" . prot-simple-multi-line-above) ; overrides `scroll-down-command'
("<prior>" . prot-simple-multi-line-above) ; overrides `scroll-down-command'
("C-M-i" . prot-simple-indent-dwim) ; overrides `completion-at-point'
("C-M-c" . completion-at-point) ; overrides `exit-recursive-edi't
("C-M-\\" . prot-simple-indent-dwim) ; overrides `indent-region'
("C-M-c" . completion-at-point) ; overrides `exit-recursive-edit'
:map global-map
("C-h h" . prot-simple-describe-at-point)
("<escape>" . prot-simple-keyboard-quit-dwim)

View file

@ -2602,7 +2602,8 @@ this via some hook.
("M-v" . prot-simple-multi-line-above) ; overrides `scroll-down-command'
("<prior>" . prot-simple-multi-line-above) ; overrides `scroll-down-command'
("C-M-i" . prot-simple-indent-dwim) ; overrides `completion-at-point'
("C-M-c" . completion-at-point) ; overrides `exit-recursive-edi't
("C-M-\\" . prot-simple-indent-dwim) ; overrides `indent-region'
("C-M-c" . completion-at-point) ; overrides `exit-recursive-edit'
:map global-map
("C-h h" . prot-simple-describe-at-point)
("<escape>" . prot-simple-keyboard-quit-dwim)