Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 393 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 393 Bytes

pprint-table.el – pretty-printing tabular data

Utility library for pretty-printing tabular emacs-lisp data.

In particular through

  • pprint-table-display, which displays a tabular value in a buffer,
  • pprint-table-to-string, which ddoes the formatting, and
  • pprint-table, which implements a print-like interface.