Browse Source

fixes in embark

master
Marc 1 week ago
parent
commit
b4b04cbbdc
1 changed files with 3 additions and 2 deletions
  1. 5
      config.org

5
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

Loading…
Cancel
Save