mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-06 03:40:56 -08:00
* lisp/cus-start.el: Add mode-line-compact to Customize
* lisp/cus-start.el (standard): Make `mode-line-compact' into a user option (bug#49687). Copyright-paperwork-exempt: yes
This commit is contained in:
parent
903ecd7bea
commit
a98bf3e7d7
1 changed files with 6 additions and 0 deletions
|
|
@ -631,6 +631,12 @@ since it could result in memory overflow and make Emacs crash."
|
|||
;; The whitespace group is for whitespace.el.
|
||||
(show-trailing-whitespace editing-basics boolean nil
|
||||
:safe booleanp)
|
||||
(mode-line-compact
|
||||
mode-line
|
||||
(choice (const :tag "Never (nil)" :value nil)
|
||||
(const :tag "Only if wider than window (long)" :value long)
|
||||
(const :tag "Always (t)" :value t))
|
||||
"28.1")
|
||||
(scroll-step windows integer)
|
||||
(scroll-conservatively windows integer)
|
||||
(scroll-margin windows integer)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue