Commit 16b07999e9e1

Vincent Demeester <vincent@sbr.pm>
2020-06-26 16:07:54
tools/emacs: fix embark minibuffer keybindings
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent c6fb48e
Changed files (1)
tools
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)