about summary refs log tree commit diff stats
path: root/.emacs.d
diff options
context:
space:
mode:
authorDavid Morgan <djm_uk@protonmail.com>2024-09-11 13:44:24 +0100
committerDavid Morgan <djm_uk@protonmail.com>2024-09-11 13:44:24 +0100
commit209cf9c6f2b091a886b2c386fa59d0712ecf5d22 (patch)
tree295187f75784812f24245d97545821d8368c9737 /.emacs.d
parentd7e928c9e4d70da577c83067dfeeb7eaf5034a39 (diff)
downloaddotfiles-209cf9c6f2b091a886b2c386fa59d0712ecf5d22.tar.gz
Fix embark-dwim binding
Diffstat (limited to '.emacs.d')
-rw-r--r--.emacs.d/lisp/init-minibuffer.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/.emacs.d/lisp/init-minibuffer.el b/.emacs.d/lisp/init-minibuffer.el
index 7524a7f..69fec18 100644
--- a/.emacs.d/lisp/init-minibuffer.el
+++ b/.emacs.d/lisp/init-minibuffer.el
@@ -448,7 +448,7 @@ See `+become-consult-line'."
 (use-package embark
   :bind
   (("C-." . embark-act)
-   ("M-." . embark-dwim)
+   ([remap xref-find-definitions] . embark-dwim)
    ("C-c C-o" . embark-export)
    ("C-h b" . embark-bindings)
    ("C-h B" . describe-bindings)