flydoc

Homepage: https://emacswiki.org/emacs/download/flydoc.el

Author: MATSUYAMA Tomohiro

Updated:

Summary

On-the-fly documentation

Commentary

To use flydoc, put the following code into your ~/.emacs:

(require 'flydoc)
(flydoc-default-setup)
(global-flydoc-mode 1)
(global-set-key "\C-ce" 'flydoc-explain)

TODO more general
TODO remove require
TODO documentation
TODO multi document support
TODO semantic support
TODO autoload
TODO hightlight (partially done)
TODO refactoring
TODO celdoc

Dependencies