diff options
| author | BardofSprites <[email protected]> | 2024-09-27 22:58:53 -0400 |
|---|---|---|
| committer | BardofSprites <[email protected]> | 2024-09-27 22:58:53 -0400 |
| commit | bdd8fa6eae65c4ba7fb2ca7e3381961e18cf8fda (patch) | |
| tree | b39982c70e988f8976616aebdb521767e6988908 | |
| parent | ed52493c437683da3216b285637c734b729e98d0 (diff) | |
add padding
| -rw-r--r-- | bard-emacs-modules/bard-emacs-ui.el | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/bard-emacs-modules/bard-emacs-ui.el b/bard-emacs-modules/bard-emacs-ui.el index 625b600..f37d53d 100644 --- a/bard-emacs-modules/bard-emacs-ui.el +++ b/bard-emacs-modules/bard-emacs-ui.el @@ -47,15 +47,16 @@ :ensure t :config (setq spacious-padding-widths - '( :internal-border-width 10 + '( :internal-border-width 30 :header-line-width 4 :mode-line-width 6 :tab-width 4 - :right-divider-width 1 - :left-fringe-width 10 - :right-fringe-width 10 + :right-divider-width 30 + :left-fringe-width 15 + :right-fringe-width 15 :scroll-bar-width 0)) - (spacious-padding-mode t)) + (spacious-padding-mode t) + ) ;; Todo Keywords highlighting, colors defined in bard-emacs-theme.el (use-package hl-todo |
