bmag / emacs-purpose

Manage Windows and Buffers According to Purposes
GNU General Public License v3.0
496 stars 23 forks source link

Stop whitespace-display-window from splitting and shrinking window #171

Closed wyuenho closed 3 years ago

wyuenho commented 3 years ago

whitespace-report will call whitespace-display-window to display the report buffer. Since whitespace-display-window splits and shrink the current window on its own, it does not respect window purposes at all. This PR fixes this issue.