aboutsummaryrefslogtreecommitdiff
path: root/bard-emacs-modules
diff options
context:
space:
mode:
authorBardofSprites <bard>2025-10-04 15:12:43 -0400
committerBardofSprites <bard>2025-10-04 15:12:43 -0400
commitf221284a49c840b8a0e7c1b9f0648842e838cb7b (patch)
tree1b32f2c4c45892e7912b9ae27bff007333c8e2ff /bard-emacs-modules
parent81e1cf904b70aba4360a6ab5c4019c5713843af3 (diff)
spacious padding
Diffstat (limited to 'bard-emacs-modules')
-rw-r--r--bard-emacs-modules/bard-emacs-theme.el14
1 files changed, 14 insertions, 0 deletions
diff --git a/bard-emacs-modules/bard-emacs-theme.el b/bard-emacs-modules/bard-emacs-theme.el
index 4e17ac8..011272c 100644
--- a/bard-emacs-modules/bard-emacs-theme.el
+++ b/bard-emacs-modules/bard-emacs-theme.el
@@ -187,6 +187,20 @@ The exact color values are taken from the active Modus theme."
:bind
("<f6>" . standard-themes-toggle))
+(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 1
+ :left-fringe-width 0
+ :right-fringe-width 0
+ :scroll-bar-width 0))
+ (spacious-padding-mode t))
+
(provide 'bard-emacs-theme)
;;; bard-emacs-theme.el ends here