add padding el config

This commit is contained in:
andreas 2024-11-15 00:00:34 +01:00
parent 22bec2c04a
commit 8555e99830

11
padding.el Normal file
View File

@ -0,0 +1,11 @@
(use-package spacious-padding)
;; These are the default values, but I keep them here for visibility.
(setq spacious-padding-widths
'( :internal-border-width 50
:header-line-width 4
:mode-line-width 6
:tab-width 4
:right-divider-width 30
:scroll-bar-width 8
:fringe-width 8))