Skip to content

Commit

Permalink
tweak(embark-consult): activate on embark-collect
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed Jun 10, 2023
1 parent 174e3d8 commit 3020308
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion core/me-completion.el
Original file line number Diff line number Diff line change
Expand Up @@ -182,13 +182,14 @@
:straight t
:init
(keymap-global-set "<remap> <describe-bindings>" #'embark-bindings)
;; Use Embark to show bindings in a key prefix with `C-h`
(setq prefix-help-command #'embark-prefix-help-command)
(+map! "a" #'embark-act))

(use-package embark-consult
:straight t
:after embark consult
:demand t)
:hook (embark-collect-mode . consult-preview-at-point-mode))

(use-package marginalia
:straight t
Expand Down

0 comments on commit 3020308

Please sign in to comment.