Install `embark-consult'

This commit is contained in:
Gerard Vermeulen 2022-11-16 07:33:17 +01:00
parent dc9c55dc90
commit 1f4d6ad909
1 changed files with 1 additions and 1 deletions

View File

@ -1319,7 +1319,7 @@ Listing [[lst:configure-embark]] configures =embark= key bindings:
#+caption: Configure =embark=.
#+name: lst:configure-embark
#+begin_src emacs-lisp
(when (ensure-package-installation 'embark)
(when (ensure-package-installation 'embark 'embark-consult)
(when (fboundp 'embark-act)
(global-set-key (kbd "C-,") #'embark-act))
(when (fboundp 'embark-dwim)