codic.el から Codic Web APIを使えるようにしました.
https://github.com/syohex/emacs-codic/
使い方
M-x codic-translate
で使えます. 使用するには APIトークンの設定が必要になります.
codic.jpから APIトークンを取得し, codic-api-token
に設定します.
(custom-set-variables
'(codic-api-token "YOUR_API_TOKEN"))
イメージ
おわりに
問題, 意見等ありましたら, github issuesまでお願いします.