emacs: update the commentary about spacious-padding-subtle-mode-line

This commit is contained in:
Protesilaos Stavrou 2025-03-28 07:45:06 +02:00
parent 1a75dd0af4
commit 9e8bd6ca71
No known key found for this signature in database
GPG key ID: 99BD6459CD5CA3EA
2 changed files with 10 additions and 4 deletions

View file

@ -70,8 +70,11 @@
:left-fringe-width 20
:right-fringe-width 20))
;; Read the doc string of `spacious-padding-subtle-mode-line' as
;; it is very flexible.
;; (setq spacious-padding-subtle-mode-line nil)
;; Read the doc string of `spacious-padding-subtle-mode-line' as it
;; is very flexible. Here we make the mode lines be a single
;; overline.
(setq spacious-padding-subtle-mode-line
'( :mode-line-active spacious-padding-subtle-mode-line-active
:mode-line-inactive spacious-padding-subtle-mode-line-inactive)))

View file

@ -1827,8 +1827,11 @@ I also take care to make it work with my customised mode line
:left-fringe-width 20
:right-fringe-width 20))
;; Read the doc string of `spacious-padding-subtle-mode-line' as
;; it is very flexible.
;; (setq spacious-padding-subtle-mode-line nil)
;; Read the doc string of `spacious-padding-subtle-mode-line' as it
;; is very flexible. Here we make the mode lines be a single
;; overline.
(setq spacious-padding-subtle-mode-line
'( :mode-line-active spacious-padding-subtle-mode-line-active
:mode-line-inactive spacious-padding-subtle-mode-line-inactive)))