Преглед изворни кода

emacs.el: Use auto for translation src language

pull/15/head
10sr пре 8 година
родитељ
комит
8847c7e3d9
1 измењених фајлова са 1 додато и 1 уклоњено
  1. +1
    -1
      emacs.el

+ 1
- 1
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


Loading…
Откажи
Сачувај