Emacs: fix height of certain windows

后端 未结 1 1220
广开言路
广开言路 2021-02-10 04:52

Is there a way to fix the height of a certain window like it is possible with *compilation* buffers using compilation-window-height?

相关标签:
1条回答
  • 2021-02-10 05:16

    There is window-size-fixed buffer-local variable. If you set its value to height or t, that window gets fixed height.

    E.g.

    M-x set-variable window-size-fixed height
    
    0 讨论(0)
提交回复
热议问题