about summary refs log tree commit diff stats
path: root/init.el
diff options
context:
space:
mode:
authorCase Duckworth2021-08-09 23:46:48 -0500
committerCase Duckworth2021-08-09 23:46:48 -0500
commit0b1c2337c31cc2a9297856b7e0f4cb992562ce02 (patch)
tree940151f29f7db46874455c80d2ba783fff162c9d /init.el
parentAd which-key config to embark (diff)
downloademacs-0b1c2337c31cc2a9297856b7e0f4cb992562ce02.tar.gz
emacs-0b1c2337c31cc2a9297856b7e0f4cb992562ce02.zip
Whitespace
Diffstat (limited to 'init.el')
-rw-r--r--init.el3
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)