add padding el config
This commit is contained in:
parent
22bec2c04a
commit
8555e99830
11
padding.el
Normal file
11
padding.el
Normal 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))
|
||||
Loading…
Reference in New Issue
Block a user