From 57ba40046cff58c1bd23dcc4183392ab1fdf2745 Mon Sep 17 00:00:00 2001 From: bard Date: Thu, 1 Feb 2024 06:01:34 -0500 Subject: spacious padding --- bard-emacs-modules/bard-emacs-package.el | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'bard-emacs-modules/bard-emacs-package.el') 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) -- cgit v1.2.3