[emacs-berlin] Open a new window splitting the frame horizontally

jman emacs-berlin at city17.xyz
Tue Nov 19 08:11:41 UTC 2024


Abby HenrĂ­quez Tejera writes:

> [...] the correct snippet would be:
>
> (setopt
>  display-buffer-alist
>  '(("\\*rg\*"
>     (display-buffer-below-selected)
>     (display-buffer-at-bottom)
>     )))

Maybe you're correct but I can't really say. I just copied my version from the Emacs documentation
(barely understanding what I was doing)

> I just use something like
>
> (add-to-list 'display-buffer-alist
>              '("\\*rg\\*"
>                (display-buffer-below-selected)))

That's a very good point, I'll use your suggestion :-)

Cheers


More information about the emacs-berlin mailing list