diff options
author | Case Duckworth | 2021-08-09 23:46:48 -0500 |
---|---|---|
committer | Case Duckworth | 2021-08-09 23:46:48 -0500 |
commit | 0b1c2337c31cc2a9297856b7e0f4cb992562ce02 (patch) | |
tree | 940151f29f7db46874455c80d2ba783fff162c9d | |
parent | Ad which-key config to embark (diff) | |
download | emacs-0b1c2337c31cc2a9297856b7e0f4cb992562ce02.tar.gz emacs-0b1c2337c31cc2a9297856b7e0f4cb992562ce02.zip |
Whitespace
-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) |