jsntn / company-english-helper

English helper base on Emacs company-mode

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

What's this ?

This is english helper extension that base on Emacs company-mode.

Install

  1. Copy file company-english-helper.el and company-english-helper-data.el to directory ~/elisp/

  2. And set in your ~/.emacs like this:

(add-to-list 'load-path (expand-file-name "~/elisp"))
  1. And the following to your ~/.emacs startup file.
(require 'company-english-helper)
  1. Execute command `toggle-company-english-helper' to write english on the fly!

Customize your dict.

Default english dictionary is generate from stardict KDict dictionary with below command

python ./stardict.py stardict-kdic-ec-11w-2.4.2/kdic-ec-11w.ifo

You can replace with your favorite stardict dictionary's info filepath to generate your own company-english-helper-data.el .

About

English helper base on Emacs company-mode


Languages

Language:Emacs Lisp 100.0%Language:Python 0.0%