casouri / ghelp

Emacs generic Help
42 stars 2 forks source link

ghelp is messing up helpful faces #4

Closed ogdenwebb closed 2 years ago

ogdenwebb commented 2 years ago

ghelp-backend-alist

((emacs-lisp-mode . ghelp-helpful-backend)
 (dummy-mode . ghelp-dummy-backend))

Helpful helpful

Ghelp ghelp

casouri commented 2 years ago

Have you tried the latest commit? Seems has to do with new face policy in Emacs 28.

ogdenwebb commented 2 years ago

Yes, now it works fine.