mirror of
https://github.com/protesilaos/dotfiles.git
synced 2026-09-10 07:16:20 -04:00
emacs: update the commentary about spacious-padding-subtle-mode-line
This commit is contained in:
parent
1a75dd0af4
commit
9e8bd6ca71
|
|
@ -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)))
|
||||
|
|
|
|||
|
|
@ -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)))
|
||||
|
|
|
|||
Loading…
Reference in a new issue