fix(org): oversized org-todo popup
In the presence of multiple, horizontal splits, the org-todo popup consumes ~50% of the vertical real-estate of its northern neighbor when created. This is due to an edge case with some failsafe code somewhere down org-fit-window-to-buffer's stack. This fix ensures the popup is always a sane size. And by enabling +popup-buffer-mode in it, we ensure it will be treated as a popup (e.g. solaire-mode will be active in it, no modeline, etc).
This commit is contained in:
parent
2400e8b275
commit
d189132be1
1 changed files with 13 additions and 9 deletions
Loading…
Add table
Add a link
Reference in a new issue