From e3526f85f186b7feabecbfb85add5fd396002725 Mon Sep 17 00:00:00 2001
From: noa@gaiwan.org
Date: Thu, 13 Jun 2024 15:36:01 +0000
Subject: Add embark configuration
---
emacs/init.el | 65 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-
1 file changed, 64 insertions(+), 1 deletion(-)
(limited to 'emacs/init.el')
diff --git a/emacs/init.el b/emacs/init.el
index 9992fec..2dc275a 100644
--- a/emacs/init.el
+++ b/emacs/init.el
@@ -44,6 +44,9 @@
(read-buffer-completion-ignore-case t)
(read-file-name-completion-ignore-case t)
(completion-ignore-case t)
+ :config
+ (add-to-list 'vertico-multiform-categories '(embark-keybinding grid))
+(vertico-multiform-mode)
)
(use-package vertico-directory
:after vertico
@@ -145,6 +148,66 @@ and when JID is not in `jabber-activity-banned'."
([remap yank-pop] . consult-yank-pop) ;; like normal yank-pop but with live preview
([remap goto-line] . consult-goto-line)))
+(use-package embark
+ :ensure t
+ :bind (("C-