about summary refs log tree commit diff stats
path: root/init.el
diff options
context:
space:
mode:
authorCase Duckworth2021-08-09 23:36:58 -0500
committerCase Duckworth2021-08-09 23:36:58 -0500
commit28e0353b731754a301f00a026ec10c65b4a5676e (patch)
tree151fa99c01bc831c6f529f97bc709f3ead367448 /init.el
parentAdd embark (diff)
downloademacs-28e0353b731754a301f00a026ec10c65b4a5676e.tar.gz
emacs-28e0353b731754a301f00a026ec10c65b4a5676e.zip
Further configure embark
Diffstat (limited to 'init.el')
-rw-r--r--init.el6
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