Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 855 Bytes

README.md

File metadata and controls

33 lines (20 loc) · 855 Bytes

English Writing Support System on Emacs

Installation

  1. Clone this repository on your computer.
$ git clone https://github.com/egisatoshi/concordance.git
  1. Add the following line in your .emacs.
(load-file "path-to-concordance/elisp/concordance.el")

How to use

  1. Put text files under ~/.concordance/

  2. Press M-M on a word

The above is a demonstration that listed up all usages of the word "introduce" from R6RS. (I have been developing a new programming language. When I am writing its manual, I refer to manuals of other languages to learn and verify the usage of a word.)

LICENSE

Copyright (C) 2015, Satoshi Egi

This software is released under the MIT license.