Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
80108537
Commit
80108537
authored
Sep 08, 2003
by
Lute Kamstra
Browse files
(mode-line-position): Add buffer size indicator.
parent
cf045f9a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
lisp/bindings.el
lisp/bindings.el
+2
-0
No files found.
lisp/bindings.el
View file @
80108537
...
...
@@ -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
))
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment