diff options
author | David Morgan <djm_uk@protonmail.com> | 2022-11-02 21:14:56 +0000 |
---|---|---|
committer | David Morgan <djm_uk@protonmail.com> | 2022-11-02 21:14:56 +0000 |
commit | 97c6e3ed4e3d5398d8b63ab04e87206994f12821 (patch) | |
tree | f9848e0f94cc9eef2db1969977da2fb13d6b8b56 | |
parent | b230b659631bb33cce0b3d65cea2e2486ae73c1f (diff) | |
download | dotfiles-97c6e3ed4e3d5398d8b63ab04e87206994f12821.tar.gz |
Bind embark-become in minibuffer
-rw-r--r-- | .emacs.d/lisp/init-minibuffer.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.emacs.d/lisp/init-minibuffer.el b/.emacs.d/lisp/init-minibuffer.el index 3803d60..6bb3778 100644 --- a/.emacs.d/lisp/init-minibuffer.el +++ b/.emacs.d/lisp/init-minibuffer.el @@ -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))) |