diff options
author | David Morgan <djm_uk@protonmail.com> | 2024-10-01 13:11:47 +0100 |
---|---|---|
committer | David Morgan <djm_uk@protonmail.com> | 2024-10-01 13:11:47 +0100 |
commit | b84dc1611d6090880e5975885ec13f088bc60e2e (patch) | |
tree | 9c5ff04156707369e6597c6b7a518a416fc554a9 /.emacs.d | |
parent | d8b57696cbb8673d4b7ea10f9ba2537b3eaaf71b (diff) | |
download | dotfiles-b84dc1611d6090880e5975885ec13f088bc60e2e.tar.gz |
Bind embark-select
Diffstat (limited to '.emacs.d')
-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 fa8edb4..c96ea98 100644 --- a/.emacs.d/lisp/init-minibuffer.el +++ b/.emacs.d/lisp/init-minibuffer.el @@ -542,7 +542,8 @@ See `+become' and the functions that call it (e.g. `+become-consult-line')." (:map minibuffer-local-map ("M-." . embark-preview) ("C-," . embark-become) - ("C-^" . embark-become-ripgrep-parent)) + ("C-^" . embark-become-ripgrep-parent) + ("C-S-SPC" . embark-select)) (:map embark-become-file+buffer-map ("e" . consult-project-extra-find) ("E" . project-switch-consult-project-extra-find))) |