home

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 8563373db6030f37f304fe23a2dff631235b49b7
parent bb5d18faeb20f1e67f852c26f74d9bff004072f0
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Wed,  4 Aug 2021 12:21:45 +0200

tools/emacs: add embark micro-configuration…

… mainly the binding.

Signed-off-by: Vincent Demeester <vincent@sbr.pm>

Diffstat:
Mtools/emacs/config/config-completion.el | 8++++++++
1 file changed, 8 insertions(+), 0 deletions(-)

diff --git a/tools/emacs/config/config-completion.el b/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