From b4b04cbbdc4852aafa1446d05d5114d254839872 Mon Sep 17 00:00:00 2001 From: Marc Date: Thu, 29 May 2025 06:18:24 +0200 Subject: [PATCH] fixes in embark --- config.org | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/config.org b/config.org index 4fa48ae..a6bc789 100644 --- a/config.org +++ b/config.org @@ -906,7 +906,8 @@ Actions on the completion buffer. (use-package embark :ensure t :bind - (("C-S-a" . embark-act) + (("C-," . embark-act) + ("C-;" . embark-act-all) ("C-h B" . embark-bindings)) :init (setq prefix-help-command #'embark-prefix-help-command) @@ -922,7 +923,7 @@ Actions on the completion buffer. :after (embark consult) :demand t :hook - (embark-collect-mode . embark-consult-preview-minor-mode)) + (embark-collect-mode . consult-preview-at-point-mode)) #+end_src * Tree-sitter #+begin_src emacs-lisp