1
Fork 0
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:
Illia Ostapyshyn 2021-07-21 23:53:17 +02:00 committed by Lars Ingebrigtsen
parent 903ecd7bea
commit a98bf3e7d7

View file

@ -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)