Skip to content

Instantly share code, notes, and snippets.

@karronoli
Created September 28, 2015 03:19
Show Gist options
  • Save karronoli/8cca52d7997500e9b2ba to your computer and use it in GitHub Desktop.
Save karronoli/8cca52d7997500e9b2ba to your computer and use it in GitHub Desktop.
Save translated text on google-translate.el
(advice-add 'google-translate-paragraph :before
(lambda (text face &optional output-format)
"Save translated text."
(when (equal 'google-translate-translation-face face)
(kill-new text nil))))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment