Skip to content

Commit

Permalink
Fix embark-dwim issue (oantolin/embark#732)
Browse files Browse the repository at this point in the history
  • Loading branch information
deejayem committed Sep 20, 2024
1 parent f260d68 commit ce5094e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .emacs.d/lisp/init-minibuffer.el
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit ce5094e

Please sign in to comment.