- Clone this repository on your computer.
$ git clone https://github.com/egisatoshi/concordance.git
- Add the following line in your
.emacs
.
(load-file "path-to-concordance/elisp/concordance.el")
-
Put text files under
~/.concordance/
-
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.)
Copyright (C) 2015, Satoshi Egi
This software is released under the MIT license.