/echo-bar.el

Display some custom text at the end of the echo area

Primary LanguageEmacs LispGNU General Public License v3.0GPL-3.0

echo-bar.el

Display a custom status at the end of the echo area

Customization

The format of the echo bar can be set using the echo-bar-format variable. This variable uses the same format as mode-line-format.

Alternatively, you can set echo-bar-function to a custom function to be run every time the echo bar updates, and the output of this function will be used as the contents of the echo bar.

Screenshots

Displayed at the end of the echo area ./screenshots/echo-area-example.png

It will also be displayed at the end of the minibuffer ./screenshots/minibuffer-example.png