mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-28 10:56:36 +00:00
(ibuffer-formats): Make name and size columns wider.
This commit is contained in:
parent
6c5acd7fbb
commit
ac3c729346
@ -1,3 +1,10 @@
|
||||
2003-08-24 John Paul Wallington <jpw@gnu.org>
|
||||
|
||||
* ibuffer.el (ibuffer-formats): Make name and size columns wider.
|
||||
|
||||
* man.el (Man-default-man-entry): Strip text properties when
|
||||
snarfing parts of entry because `format' preserves properties.
|
||||
|
||||
2003-08-24 Glenn Morris <gmorris@ast.cam.ac.uk>
|
||||
|
||||
* files.el (file-newest-backup): Use `expand-file-name'.
|
||||
|
@ -47,8 +47,8 @@ Operations include sorting, marking by regular expression, and
|
||||
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.
|
||||
|
Loading…
Reference in New Issue
Block a user