go-translate icon indicating copy to clipboard operation
go-translate copied to clipboard

The output is Result already in the kill ring

Open sincebyte opened this issue 9 months ago • 1 comments

go-translate is fantastic

(after! go-translate
  (setq gt-langs '(en zh))
  (setq gt-default-translator
        (gt-translator
         :taker   (gt-taker :text 'word :pick 'paragraph)
         :engines (list (gt-youdao-dict-engine))
         :render  (gt-render))))

when use go-translate the output is Result already in the kill ring. hope fix it.

sincebyte avatar May 27 '24 14:05 sincebyte