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:12:12 +0100
committerDavid Morgan <djm_uk@protonmail.com>2024-10-01 13:12:12 +0100
commit535c8da9b03a4e0cbc34392c93a0421463b77523 (patch)
treed82555a21db807a0a959599296a41175966f2e26 /.emacs.d
parentb84dc1611d6090880e5975885ec13f088bc60e2e (diff)
downloaddotfiles-535c8da9b03a4e0cbc34392c93a0421463b77523.tar.gz
Ensure embark-dwim takes precedence over xref-find-definitions
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 c96ea98..976fac6 100644
--- a/.emacs.d/lisp/init-minibuffer.el
+++ b/.emacs.d/lisp/init-minibuffer.el
@@ -533,9 +533,9 @@ See `+become' and the functions that call it (e.g. `+become-consult-line')."
   (add-to-list 'marginalia-prompt-categories '("Choose recent file" . file)))
 
 (use-package embark
+  :bind* ("M-." . embark-dwim)
   :bind
   (("C-." . embark-act)
-   ("M-." . embark-dwim)
    ("C-c C-o" . embark-export)
    ("C-h b" . embark-bindings)
    ("C-h B" . describe-bindings)