diff options
-rw-r--r-- | lisp/cus-start.el | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lisp/cus-start.el b/lisp/cus-start.el index 3c2625a8c31..50a6bd2f752 100644 --- a/lisp/cus-start.el +++ b/lisp/cus-start.el @@ -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) |