mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-05 19:31:02 -08:00
(mode-line-position): Add buffer size indicator.
This commit is contained in:
parent
cf045f9a8d
commit
80108537f9
1 changed files with 2 additions and 0 deletions
|
|
@ -312,6 +312,8 @@ Keymap to display on minor modes.")
|
||||||
|
|
||||||
(setq-default mode-line-position
|
(setq-default mode-line-position
|
||||||
`((-3 . ,(propertize "%p" 'help-echo help-echo))
|
`((-3 . ,(propertize "%p" 'help-echo help-echo))
|
||||||
|
(size-indication-mode
|
||||||
|
(8 ,(propertize " of %I" 'help-echo help-echo)))
|
||||||
(line-number-mode
|
(line-number-mode
|
||||||
((column-number-mode
|
((column-number-mode
|
||||||
(10 ,(propertize " (%l,%c)" 'help-echo help-echo))
|
(10 ,(propertize " (%l,%c)" 'help-echo help-echo))
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue