From 00a328fb056d2ef19386248b306a3771816db708 Mon Sep 17 00:00:00 2001 From: James Cherti <60946298+jamescherti@users.noreply.github.com> Date: Sun, 24 Nov 2024 20:07:33 -0500 Subject: [PATCH] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 04ce28d..895a52d 100644 --- a/README.md +++ b/README.md @@ -258,6 +258,12 @@ Add the following to `~/.emacs.d/post-init.el` to set up Vertico, Consult, and E ;; directly from the completion interface. :ensure t :defer t + :commands (embark-act + embark-dwim + embark-export + embark-collect + embark-bindings + embark-prefix-help-command) :bind (("C-." . embark-act) ;; pick some comfortable binding ("C-;" . embark-dwim) ;; good alternative: M-.