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-20 11:15:16 +0000
committerDavid Morgan <djm_uk@protonmail.com>2024-09-20 11:15:16 +0000
commitce5094e9bd8156993ce441e8cc32d36dc8ba9507 (patch)
tree734f6f9af47eb9a41f29ba7d78ba4903c4ac6c03 /.emacs.d
parentf260d68d40aa5438470aac2fb5fee297e82507ae (diff)
downloaddotfiles-ce5094e9bd8156993ce441e8cc32d36dc8ba9507.tar.gz
Fix embark-dwim issue (https://github.com/oantolin/embark/issues/732)
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 47bedeb..3094654 100644
--- a/.emacs.d/lisp/init-minibuffer.el
+++ b/.emacs.d/lisp/init-minibuffer.el
@@ -449,7 +449,7 @@ See `+become' and the functions that call it (e.g. `+become-consult-line')."
 (use-package embark
   :bind
   (("C-." . embark-act)
-   ([remap xref-find-definitions] . embark-dwim)
+   ("M-." . embark-dwim)
    ("C-c C-o" . embark-export)
    ("C-h b" . embark-bindings)
    ("C-h B" . describe-bindings)