Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 604 Bytes

README.org

File metadata and controls

14 lines (10 loc) · 604 Bytes

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