aboutsummaryrefslogtreecommitdiff
path: root/bard-emacs-modules
diff options
context:
space:
mode:
authorbard <[email protected]>2024-02-01 06:01:34 -0500
committerbard <[email protected]>2024-02-01 06:01:34 -0500
commit57ba40046cff58c1bd23dcc4183392ab1fdf2745 (patch)
tree0a9c8868de4478604eb8ecc1af5b303c85790aef /bard-emacs-modules
parent85cf3f871dca9ae81b40dfd3464b5df08ebc1c61 (diff)
spacious padding
Diffstat (limited to 'bard-emacs-modules')
-rw-r--r--bard-emacs-modules/bard-emacs-package.el11
1 files changed, 11 insertions, 0 deletions
diff --git a/bard-emacs-modules/bard-emacs-package.el b/bard-emacs-modules/bard-emacs-package.el
index f880e14..7dc1333 100644
--- a/bard-emacs-modules/bard-emacs-package.el
+++ b/bard-emacs-modules/bard-emacs-package.el
@@ -313,4 +313,15 @@ The exact color values are taken from the active Ef theme."
(use-package circe
:ensure t)
+(use-package spacious-padding
+ :ensure t
+ :config
+ (setq spacious-padding-widths
+ '( :internal-border-width 10
+ :header-line-width 4
+ :mode-line-width 6
+ :tab-width 4
+ :right-divider-width 30
+ :scroll-bar-width 8)))
+
(provide 'bard-emacs-package.el)