Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 416 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 416 Bytes

Transtini

A simple dictionary/translator that uses epc communication.

Installation

  • Python dependencies: pip3 install epc bs4 requests-cache

  • Elisp dependencies: posframe, epc

(require 'transtini)
;; Bind a shortcut key of your choice :)
(global-set-key (kbd "M-y") 'transtini-at-point+)