about summary refs log tree commit diff stats
path: root/.emacs.d/lisp/init-minibuffer.el
diff options
context:
space:
mode:
authorDavid Morgan <djm_uk@protonmail.com>2022-11-02 21:14:56 +0000
committerDavid Morgan <djm_uk@protonmail.com>2022-11-02 21:14:56 +0000
commit97c6e3ed4e3d5398d8b63ab04e87206994f12821 (patch)
treef9848e0f94cc9eef2db1969977da2fb13d6b8b56 /.emacs.d/lisp/init-minibuffer.el
parentb230b659631bb33cce0b3d65cea2e2486ae73c1f (diff)
downloaddotfiles-97c6e3ed4e3d5398d8b63ab04e87206994f12821.tar.gz
Bind embark-become in minibuffer
Diffstat (limited to '.emacs.d/lisp/init-minibuffer.el')
-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 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)))