Commit 8563373db603

Vincent Demeester <vincent@sbr.pm>
2021-08-04 12:21:45
tools/emacs: add embark micro-configuration…
… mainly the binding. Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent bb5d18f
Changed files (1)
tools
tools/emacs/config/config-completion.el
@@ -151,6 +151,14 @@ instead."
   :config
   (vertico-mode))
 
+(use-package embark
+  :unless noninteractive
+  :bind (("C-." . embark-act)))
+
+(use-package embark-consult
+  :after (embark consult)
+  :hook (embark-collect-mode . consult-preview-at-point-mode))
+
 (use-package consult
   :unless noninteractive
   :after minibuffer