mirror of
https://github.com/protesilaos/dotfiles.git
synced 2026-09-10 07:16:20 -04:00
emacs: define another binding for prot-simple-indent-dwim
This commit is contained in:
parent
434160ecae
commit
f365606d6d
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue