diff options
-rw-r--r-- | init.el | 6 |
1 files changed, 5 insertions, 1 deletions
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'." | |||
1010 | (append display-buffer-alist) | 1010 | (append display-buffer-alist) |
1011 | '("\\`\\*Embark Collect \\(Live\\|Completions\\)\\*" | 1011 | '("\\`\\*Embark Collect \\(Live\\|Completions\\)\\*" |
1012 | nil | 1012 | nil |
1013 | (window-parameters (mode-line-format . none)))) | 1013 | (window-parameters (mode-line-format . none))) |
1014 | embark-prompter #'embark-keymap-prompter | ||
1015 | embark-verbose-indicator-display-action | ||
1016 | '(display-buffer-at-bottom | ||
1017 | (window-height . fit-window-to-buffer))) | ||
1014 | 1018 | ||
1015 | (with-eval-after-load 'embark | 1019 | (with-eval-after-load 'embark |
1016 | (with-eval-after-load 'consult | 1020 | (with-eval-after-load 'consult |