KMahoney / kpm-list

An Emacs buffer list
BSD 2-Clause "Simplified" License
20 stars 3 forks source link

kpm-list

An emacs buffer list that tries to intelligently group together open buffers. Useful when you have a lot of them. Named kpm-list to avoid name clashes, and for vanity's sake.

Tested with emacs 23 only.

Screenshot

Screenshot

Installation

Place kpm-list.el into an emacs load-path and require the feature kpm-list. For example:

(push "~/emacs.d" load-path)
(require 'kpm-list)

Improvements to be made