/lfe-doc-finder

Emacs auto-completion and documentation lookup for LFE Lisp.

Primary LanguageEmacs LispApache License 2.0Apache-2.0

Auto-completion and documentation look-up for LFE Lisp.

I use Emacs with Prelude, so to use this file I

  • symlink it to my ~/.emacs.d/vendor folder
$ cd ~/.emacs.d/vendor/
# replace YOUR_PATH with actual path
$ ln -s YOUR_PATH/lfe-doc-finder/lfe-doc-finder.el .
  • and require it in personal.el file.
(require 'lfe-doc-finder)