minad / marginalia

:scroll: marginalia.el - Marginalia in the minibuffer
GNU General Public License v3.0
780 stars 27 forks source link

Helpful callable annotation #163

Closed rickyson96 closed 1 year ago

rickyson96 commented 1 year ago

Hi!

I was noticing that helpful-callable, which should be an alternative of describe-function, was not annotated correctly.

I fixed it by using something like

(add-to-list 'marginalia-prompt-categories '("\\<Callable\\>" . function))

There is also helpful-macro, which is not annotated too, but maybe is less important because user most likely uses helpful-callable as it is suggested by the helpful's README

I assume that this is out of scope, but found https://github.com/minad/marginalia/issues/160, so I think might as well open an issue for discussion.

Thanks!

minad commented 1 year ago

This is out of scope but you can add the configuration to your init.el.