Git hosting

chicken-doc.el

Clone

git clone https://depp.brause.cc/chicken-doc.el.git

Files

Size Path
35148 LICENSE
847 README.md
4426 chicken-doc.el

README.md

About

Easy documentation lookup for CHICKEN Scheme in Emacs.

Installation

Make sure that chicken-doc is installed first. Install the package manually for the time being.

Usage

Add the following to your init file:

(with-eval-after-load 'scheme
  (define-key scheme-mode-map (kbd "C-c C-d") 'chicken-doc-describe))

You can now look up documentation in Scheme files with C-c C-d. Use the prefix argument for regexp matches.

Customization

If chicken-doc cannot be found on PATH, consider customizing chicken-doc-command.

Alternatives

The basic functionality is contained in chicken.el.