mirror of
https://github.com/protesilaos/dotfiles.git
synced 2026-09-10 07:16:20 -04:00
emacs: tweak the spacious-padding-widths
This commit is contained in:
parent
ac7146e3ea
commit
675c2dbb0a
|
|
@ -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))
|
||||
|
|
|
|||
|
|
@ -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))
|
||||
|
|
|
|||
Loading…
Reference in a new issue