From 28e0353b731754a301f00a026ec10c65b4a5676e Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Mon, 9 Aug 2021 23:36:58 -0500 Subject: Further configure embark --- init.el | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/init.el b/init.el index 63badc0..68d5460 100644 --- a/init.el +++ b/init.el @@ -1010,7 +1010,11 @@ if ripgrep is installed, otherwise `consult-grep'." (append display-buffer-alist) '("\\`\\*Embark Collect \\(Live\\|Completions\\)\\*" nil - (window-parameters (mode-line-format . none)))) + (window-parameters (mode-line-format . none))) + embark-prompter #'embark-keymap-prompter + embark-verbose-indicator-display-action + '(display-buffer-at-bottom + (window-height . fit-window-to-buffer))) (with-eval-after-load 'embark (with-eval-after-load 'consult -- cgit 1.4.1-21-gabe81