ghelp icon indicating copy to clipboard operation
ghelp copied to clipboard

Emacs generic Help

Results 4 ghelp issues
Sort by recently updated
recently updated
newest added

ghelp should provide a ghelp-mode-hook. This can be achieved with `run-mode-hooks` ([docs](https://www.gnu.org/software/emacs/manual/html_node/elisp/Mode-Hooks.html)). My use case is that I want to turn on visual-line-mode for ghelp buffers, but not other buffers....

For example ghelp-describe-variable/ghelp-describe-function doesn't receive any argument at all, so I can't integrate that to ivy/counsel like helpful allows me to do. Emacs default describe-key/function/variables receives an arguments as well....