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
4f0992b3
Commit
4f0992b3
authored
Dec 18, 2002
by
Robert J. Chassell
Browse files
Change default width of Buffer-menu-buffer+size-width to 24
and of Buffer-menu-mode-width to 16.
parent
9785d95b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
lisp/buff-menu.el
lisp/buff-menu.el
+2
-2
No files found.
lisp/buff-menu.el
View file @
4f0992b3
...
...
@@ -79,12 +79,12 @@
"Face used to highlight buffer name."
:group
'font-lock-highlighting-faces
)
(
defcustom
Buffer-menu-buffer+size-width
2
1
(
defcustom
Buffer-menu-buffer+size-width
2
6
"*How wide to jointly make the buffer name and size columns."
:type
'number
:group
'Buffer-menu
)
(
defcustom
Buffer-menu-mode-width
1
1
(
defcustom
Buffer-menu-mode-width
1
6
"*How wide to make the mode name column."
:type
'number
:group
'Buffer-menu
)
...
...
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