I like the default value of split-width-threshold and find that my windows become much too small with the current value of 80 for gts-split-width-threshold.
Currently I'm working around this with (setq gts-split-width-threshold split-width-threshold) after loading go-translate, but ideally gts-split-width-threshold would be customizable and accept nil to indicate that it should not change split-width-threshold.
Thank you for sharing this wonderful package.
I like the default value of
split-width-threshold
and find that my windows become much too small with the current value of 80 forgts-split-width-threshold
.Currently I'm working around this with
(setq gts-split-width-threshold split-width-threshold)
after loadinggo-translate
, but ideallygts-split-width-threshold
would be customizable and acceptnil
to indicate that it should not changesplit-width-threshold
.