Update README.md
This commit is contained in:
@@ -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.
|
;; directly from the completion interface.
|
||||||
:ensure t
|
:ensure t
|
||||||
:defer t
|
:defer t
|
||||||
|
:commands (embark-act
|
||||||
|
embark-dwim
|
||||||
|
embark-export
|
||||||
|
embark-collect
|
||||||
|
embark-bindings
|
||||||
|
embark-prefix-help-command)
|
||||||
:bind
|
:bind
|
||||||
(("C-." . embark-act) ;; pick some comfortable binding
|
(("C-." . embark-act) ;; pick some comfortable binding
|
||||||
("C-;" . embark-dwim) ;; good alternative: M-.
|
("C-;" . embark-dwim) ;; good alternative: M-.
|
||||||
|
|||||||
Reference in New Issue
Block a user