aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorshoshin <shoshin@cicadas.surf>2022-07-17 11:48:09 -0500
committershoshin <shoshin@cicadas.surf>2022-07-17 11:48:09 -0500
commit98705ee525fe5a9b88b1664a7984b2d3ec9c4741 (patch)
tree64176cace77e390376ed779b3b65540b3a6ab1e7
parent0c422cf727ccec76c77bfeff1c73171e6bb1b0b9 (diff)
Fix: missing tangled values (should not maintain both tbh)
-rw-r--r--shoshin-config.el3
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)