From 98705ee525fe5a9b88b1664a7984b2d3ec9c4741 Mon Sep 17 00:00:00 2001 From: shoshin Date: Sun, 17 Jul 2022 11:48:09 -0500 Subject: Fix: missing tangled values (should not maintain both tbh) --- shoshin-config.el | 3 +++ 1 file changed, 3 insertions(+) (limited to 'shoshin-config.el') diff --git a/shoshin-config.el b/shoshin-config.el index c104247..c92396f 100644 --- a/shoshin-config.el +++ b/shoshin-config.el @@ -88,6 +88,9 @@ (setq consult-themes my-chosen-themes)) (package-install 'embark) +(package-install 'embark-consult) +(global-set-key (kbd "C-;") #'embark-act) +(setq prefix-help-command #'embark-prefix-help-command) (package-install 'marginalia) (marginalia-mode) -- cgit v1.2.3