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