Bind embark-become in minibuffer

This commit is contained in:
David Morgan 2022-11-02 21:14:56 +00:00
parent b230b65963
commit 97c6e3ed4e
Signed by: djm
GPG Key ID: C171251002C200F2
1 changed files with 2 additions and 1 deletions

View File

@ -464,7 +464,8 @@ DEFS is a plist associating completion categories to commands."
("C-h b" . embark-bindings)
("C-h B" . describe-bindings)
(:map minibuffer-local-map
("M-." . embark-preview))
("M-." . embark-preview)
("C-," . embark-become))
(:map embark-become-file+buffer-map
("e" . consult-project-extra-find)
("E" . project-switch-consult-project-extra-find)))