mirror of
https://github.com/protesilaos/dotfiles.git
synced 2026-09-10 07:16:20 -04:00
emacs: refine the Embark entry for display-buffer-alist
This commit is contained in:
parent
01913d7354
commit
6d6dc50588
|
|
@ -82,7 +82,9 @@
|
|||
(preserve-size . (t . t))
|
||||
(body-function . select-window))
|
||||
("\\*Embark Actions\\*"
|
||||
(display-buffer-below-selected)
|
||||
;; NOTE 2026-07-14: I am including `display-buffer-at-bottom' here because Embark can be
|
||||
;; called from the minibuffer where `display-buffer-below-selected' does not work as intended.
|
||||
(display-buffer-reuse-mode-window display-buffer-below-selected display-buffer-at-bottom)
|
||||
(window-height . fit-window-to-buffer)
|
||||
(window-parameters . ((no-other-window . t)
|
||||
(mode-line-format . none))))
|
||||
|
|
|
|||
|
|
@ -6643,7 +6643,9 @@ to a certain height.
|
|||
(preserve-size . (t . t))
|
||||
(body-function . select-window))
|
||||
("\\*Embark Actions\\*"
|
||||
(display-buffer-below-selected)
|
||||
;; NOTE 2026-07-14: I am including `display-buffer-at-bottom' here because Embark can be
|
||||
;; called from the minibuffer where `display-buffer-below-selected' does not work as intended.
|
||||
(display-buffer-reuse-mode-window display-buffer-below-selected display-buffer-at-bottom)
|
||||
(window-height . fit-window-to-buffer)
|
||||
(window-parameters . ((no-other-window . t)
|
||||
(mode-line-format . none))))
|
||||
|
|
|
|||
Loading…
Reference in a new issue