This package provides an alternative to the overviews of describe-variable
’s, describe-defun
’s and describe-face
’s completing read menu.
Back in Feburary 2022, a fellow Emacs user (Infu) asked the following question:
How do I check currently used elements in Emacs? As in, what’s the currently used font, frame settings, colours, language, system, etc etc?
A mixture of XKCD:356 and XKCD:456 later, here’s the Emacs Introspection System, a collection of major modes based on tabulated-list-mode
.
Install the package and then use eis-show-faces
, eis-show-fonts
, eis-show-functions
or eis-show-variables
.
eis-show-functions
and eis-show-variables
(using modus-vivendi
):