diff options
author | Case Duckworth | 2021-08-09 23:36:58 -0500 |
---|---|---|
committer | Case Duckworth | 2021-08-09 23:36:58 -0500 |
commit | 28e0353b731754a301f00a026ec10c65b4a5676e (patch) | |
tree | 151fa99c01bc831c6f529f97bc709f3ead367448 | |
parent | Add embark (diff) | |
download | emacs-28e0353b731754a301f00a026ec10c65b4a5676e.tar.gz emacs-28e0353b731754a301f00a026ec10c65b4a5676e.zip |
Further configure embark
-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 |