1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

(mode-line-position): Add buffer size indicator.

This commit is contained in:
Lute Kamstra 2003-09-08 08:02:45 +00:00
parent cf045f9a8d
commit 80108537f9

View file

@ -312,6 +312,8 @@ Keymap to display on minor modes.")
(setq-default mode-line-position
`((-3 . ,(propertize "%p" 'help-echo help-echo))
(size-indication-mode
(8 ,(propertize " of %I" 'help-echo help-echo)))
(line-number-mode
((column-number-mode
(10 ,(propertize " (%l,%c)" 'help-echo help-echo))