support Bob.app old version <= 1.5.0 AppleScript API translate
[external-dict.el.git] / README.org
blob2eee5592bf9023e6f99cf9876618214d811a7cc3
1 * About
3 Query the word smartly with goldendict as you think.
6 * Features
8 - query the word at the point or the region select word.
11 * Installation
13 ** Goldendict
15 Make sure you have "*goldendict*" installed.
17 ** use-package
19 #+begin_src emacs-lisp
20 (use-package goldendict
21   :ensure t
22   :bind ("<keybinding>" . goldendict-dwim))
23 #+end_src
26 * Usage
28 Bind command ~goldendict-dwim~ to any keybinding you want.