浏览代码

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


正在加载...
取消
保存