From bdf3994e690674b79388c9549b9d8168bb433499 Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Mon, 9 Aug 2021 23:41:26 -0500 Subject: Ad which-key config to embark --- init.el | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/init.el b/init.el index 68d5460..70d1677 100644 --- a/init.el +++ b/init.el @@ -1016,6 +1016,12 @@ if ripgrep is installed, otherwise `consult-grep'." '(display-buffer-at-bottom (window-height . fit-window-to-buffer))) + (setq embark-action-indicator + (lambda (map _target) + (which-key--show-keymap "Embark" map nil nil 'no-paging) + #'which-key--hide-popup-ignore-command) + embark-become-indicator embark-action-indicator) + (with-eval-after-load 'embark (with-eval-after-load 'consult (setup (:straight embark-consult) -- cgit 1.4.1-21-gabe81