vote up 4 vote down star
1

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

flag

75% accept rate

1 Answer

vote up 8 vote down check

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
link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.