diff options
-rw-r--r-- | init.el | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/init.el b/init.el index 70d1677..cbea97e 100644 --- a/init.el +++ b/init.el | |||
@@ -1013,8 +1013,7 @@ if ripgrep is installed, otherwise `consult-grep'." | |||
1013 | (window-parameters (mode-line-format . none))) | 1013 | (window-parameters (mode-line-format . none))) |
1014 | embark-prompter #'embark-keymap-prompter | 1014 | embark-prompter #'embark-keymap-prompter |
1015 | embark-verbose-indicator-display-action | 1015 | embark-verbose-indicator-display-action |
1016 | '(display-buffer-at-bottom | 1016 | '(display-buffer-at-bottom (window-height . fit-window-to-buffer))) |
1017 | (window-height . fit-window-to-buffer))) | ||
1018 | 1017 | ||
1019 | (setq embark-action-indicator | 1018 | (setq embark-action-indicator |
1020 | (lambda (map _target) | 1019 | (lambda (map _target) |