Skip to content

bkaestner/eis.el

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Emacs Introspection System

This package provides an alternative to the overviews of describe-variable’s, describe-defun’s and describe-face’s completing read menu.

Motivation

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.

Usage

Install the package and then use eis-show-faces, eis-show-fonts, eis-show-functions or eis-show-variables.

Screenshots

eis-show-functions and eis-show-variables (using modus-vivendi): assets/screenshot-functions-variables.png

eis-show-faces and eis-show-fonts (using modus-operandi): assets/screenshot-faces-fonts.png

Releases

No releases published

Packages

No packages published