Documentation

Commentary

This package provides a pre-packaged `Electric Help Mode' for
browsing Emacs help screens.  There is one entry point,
`with-electric-help'; all you have to give it is a no-argument
function that generates the actual text of the help into the current
buffer.

To make this the default, you must do
(keymap-global-set "C-h" 'ehelp-command)
(keymap-global-set "<help>" 'ehelp-command)
(keymap-global-set "<f1>" 'ehelp-command)

Requires

Dependencies

Consumers

Reverse Dependencies