Mercurial > emacs
changeset 52325:5206a4b09125
(ibuffer-formats): Make name and size columns wider.
author | John Paul Wallington <jpw@pobox.com> |
---|---|
date | Sun, 24 Aug 2003 18:09:07 +0000 |
parents | c97fe9557de4 |
children | 7121600b7a5a |
files | lisp/ibuffer.el |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ibuffer.el Sun Aug 24 18:08:01 2003 +0000 +++ b/lisp/ibuffer.el Sun Aug 24 18:09:07 2003 +0000 @@ -47,8 +47,8 @@ the ability to filter the displayed buffers by various criteria." :group 'convenience) -(defcustom ibuffer-formats '((mark modified read-only " " (name 16 16 :left :elide) - " " (size 7 -1 :right) +(defcustom ibuffer-formats '((mark modified read-only " " (name 18 18 :left :elide) + " " (size 9 -1 :right) " " (mode 16 16 :right :elide) " " filename-and-process) (mark " " (name 16 -1) " " filename)) "A list of ways to display buffer lines.