commit 16b07999e9e1780ed103fe6fb532bf79572d3c4c
parent c6fb48e34594bf0852e4f81ac66e31ae02333471
Author: Vincent Demeester <vincent@sbr.pm>
Date: Fri, 26 Jun 2020 16:07:54 +0200
tools/emacs: fix embark minibuffer keybindings
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/tools/emacs/config/config-completion.el b/tools/emacs/config/config-completion.el
@@ -282,8 +282,8 @@ normally would when calling `yank' followed by `yank-pop'."
(:map minibuffer-local-map
(">" . embark-become))
(:map minibuffer-local-completion-map
- (";" . embark-act-noexit)
- (":" . embark-act)
+ ("M-;" . embark-act-noexit)
+ ("M-:" . embark-act)
("C-o" . embark-occur)
("C-l" . embark-live-occur) ; only here for crm, really
("M-e" . embark-export)