Hi, how can I colorize the emacs buffer menu, I would like to have different colors for different types of files. This should facilitate navigation through a large list of buffers.
I discovered ibuffer that had all the features I need .. thanks
http://www.emacswiki.org/emacs/IbufferMode
Give it a try M-x ibuffer. It can serve as a replacement list-buffers( C-x C-b) with many additional functions for filtering, sorting, etc. After the call, use C-h mfor more details.
ibuffer
list-buffers
EmacsWiki, .
Keybind:
(-set-key (kbd "C-x C-b" ) ' )
instead C-x C-b, if you have another better choice.
C-x C-b