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
274 stars 37 forks source link

(gts-buffer-render) - parameter to create the translate buffer below versus on the side? #39

Closed thjwong closed 1 year ago

thjwong commented 1 year ago

Thanks for creating go-translate! I've been using the other package google-translate before :)

Is there any parameter I can pass to (gts-buffer-render) in the : render section of gts-default-translator? So that the translation buffer will be created by choice on the side (like right now) or below (like doing a C-x 2)?

It's more like a feature suggestion than a real "issue". Thanks!

lorniu commented 1 year ago

Use gts-buffer-window-config to custom the buffer display behavior, see C-h v gts-buffer-window-config for more.