Skip to content

jsntn/company-english-helper

 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Emacs Lisp 100.0%