diff options
author | shoshin <shoshin@cicadas.surf> | 2022-07-17 11:48:09 -0500 |
---|---|---|
committer | shoshin <shoshin@cicadas.surf> | 2022-07-17 11:48:09 -0500 |
commit | 98705ee525fe5a9b88b1664a7984b2d3ec9c4741 (patch) | |
tree | 64176cace77e390376ed779b3b65540b3a6ab1e7 /shoshin-config.el | |
parent | 0c422cf727ccec76c77bfeff1c73171e6bb1b0b9 (diff) |
Fix: missing tangled values (should not maintain both tbh)
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) |