summaryrefslogtreecommitdiffhomepage
path: root/custom/jao-custom-completion.el
diff options
context:
space:
mode:
Diffstat (limited to 'custom/jao-custom-completion.el')
-rw-r--r--custom/jao-custom-completion.el11
1 files changed, 9 insertions, 2 deletions
diff --git a/custom/jao-custom-completion.el b/custom/jao-custom-completion.el
index 235161c..a5989db 100644
--- a/custom/jao-custom-completion.el
+++ b/custom/jao-custom-completion.el
@@ -202,9 +202,13 @@
:demand t
:init
(setq embark-quit-after-action nil
- embark-indicator #'embark-mixed-indicator
- embark-verbose-indicator-buffer-sections '(bindings)
+ embark-indicators '(embark-mixed-indicator
+ ;; embark-minimal-indicator
+ embark-highlight-indicator
+ embark-isearch-highlight-indicator)
embark-mixed-indicator-both t
+ embark-mixed-indicator-delay 1
+ embark-verbose-indicator-buffer-sections '(bindings)
embark-verbose-indicator-excluded-commands
'(embark-become embark-export embark-collect)
embark-verbose-indicator-nested t
@@ -213,6 +217,9 @@
(window-parameters (mode-line-format . none))
(window-height . fit-window-to-buffer)))
+ (setq prefix-help-command #'embark-prefix-help-command)
+ (add-to-list 'vertico-multiform-categories '(embark-keybinding grid))
+
:bind (("C-;" . embark-act)
("C-c ;" . embark-act)
("C-'" . embark-dwim)