emacs with Youdao dictionary

Youdao already in the MELPA package, just M-x package-list-packages to find Youdao-dictionary and install it, here is the commands: Below are commands you can use: `youdao-dictionary-search-at-point' Search word at point…

emacs packages

(require 'package) ;; You might already have this line (add-to-list 'package-archives '("melpa" . "https://melpa.org/packages/")) (when (< emacs-major-version 24) ;; For important compatibility libraries like cl-lib (add-to-list 'package-archives '("gnu" . "http://elpa.gnu.org/packages/")))…