Просмотр исходного кода

Update translate function

pull/15/head
10sr 8 лет назад
Родитель
Сommit
024921c722
1 измененных файлов: 2 добавлений и 2 удалений
  1. +2
    -2
      emacs.el

+ 2
- 2
emacs.el Просмотреть файл

@@ -1869,10 +1869,10 @@ This mode is a simplified version of `adoc-mode'."
(safe-require-or-eval 'google-translate-smooth-ui))
(add-to-list 'google-translate-translation-directions-alist
'("en" . "ja"))
(defun translate-popup-at-point ()
(defun translate-echo-at-point ()
"Translate popup at point."
(interactive)
(let ((google-translate-output-destination 'popup))
(let ((google-translate-output-destination 'echo-area))
(google-translate-translate "en" "ja" (current-word t t)))))

;;; emacs.el ends here

Загрузка…
Отмена
Сохранить