From 8847c7e3d90483e8bb50163fb7df8fedabb6cc94 Mon Sep 17 00:00:00 2001 From: 10sr <8slashes+git@gmail.com> Date: Mon, 15 Feb 2016 16:34:53 +0900 Subject: [PATCH] emacs.el: Use auto for translation src language --- emacs.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emacs.el b/emacs.el index 2f8b143..e5f0864 100644 --- a/emacs.el +++ b/emacs.el @@ -1889,7 +1889,7 @@ This mode is a simplified version of `adoc-mode'." "Translate popup at point." (interactive) (let ((google-translate-output-destination 'echo-area)) - (google-translate-translate "en" "ja" (current-word t t)))) + (google-translate-translate "auto" "ja" (current-word t t)))) (define-minor-mode auto-translate-mode "Translate word at point automatically." :global nil