diff options
| -rw-r--r-- | bard-emacs-modules/bard-emacs-theme.el | 14 |
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 |
