lorniu / go-translate

Translator on Emacs. Supports multiple engines such as Google, Bing, deepL, ChatGPT, StarDict, Youdao and so on.
GNU General Public License v3.0
283 stars 38 forks source link

Make gts-split-width-threshold customizable #25

Closed magne-hov closed 2 years ago

magne-hov commented 2 years ago

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 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.

lorniu commented 2 years ago

Looks good. Thanks.