diff options
Diffstat (limited to 'shoshin-config.el')
-rw-r--r-- | shoshin-config.el | 3 |
1 files changed, 3 insertions, 0 deletions
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) |