emacs: tweak the spacious-padding-widths

This commit is contained in:
Protesilaos Stavrou 2025-07-28 08:07:39 +03:00
parent ac7146e3ea
commit 675c2dbb0a
No known key found for this signature in database
GPG key ID: 99BD6459CD5CA3EA
2 changed files with 4 additions and 5 deletions

View file

@ -67,11 +67,11 @@
:init
;; These are the defaults, but I keep it here for visiibility.
(setq spacious-padding-widths
`( :internal-border-width 30
`( :internal-border-width 15
:header-line-width 4
:mode-line-width 6
:tab-width 4
:right-divider-width 30
:right-divider-width 15
:scroll-bar-width ,(if x-toolkit-scroll-bars 8 6)
:left-fringe-width 20
:right-fringe-width 20))

View file

@ -1888,13 +1888,12 @@ I also take care to make it work with my customised mode line
:hook (after-init . spacious-padding-mode)
:bind ("<f8>" . spacious-padding-mode)
:init
;; These are the defaults, but I keep it here for visiibility.
(setq spacious-padding-widths
`( :internal-border-width 30
`( :internal-border-width 15
:header-line-width 4
:mode-line-width 6
:tab-width 4
:right-divider-width 30
:right-divider-width 15
:scroll-bar-width ,(if x-toolkit-scroll-bars 8 6)
:left-fringe-width 20
:right-fringe-width 20))