about summary refs log tree commit diff stats
path: root/.emacs.d
diff options
context:
space:
mode:
authorDavid Morgan <djm_uk@protonmail.com>2024-10-01 13:11:47 +0100
committerDavid Morgan <djm_uk@protonmail.com>2024-10-01 13:11:47 +0100
commitb84dc1611d6090880e5975885ec13f088bc60e2e (patch)
tree9c5ff04156707369e6597c6b7a518a416fc554a9 /.emacs.d
parentd8b57696cbb8673d4b7ea10f9ba2537b3eaaf71b (diff)
downloaddotfiles-b84dc1611d6090880e5975885ec13f088bc60e2e.tar.gz
Bind embark-select
Diffstat (limited to '.emacs.d')
-rw-r--r--.emacs.d/lisp/init-minibuffer.el3
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)))