diff options
| author | BardofSprites <[email protected]> | 2024-07-23 17:51:41 -0400 |
|---|---|---|
| committer | BardofSprites <[email protected]> | 2024-07-23 17:51:41 -0400 |
| commit | 9ee9b4a24a7545bcdd1be26c41c317d94a960c08 (patch) | |
| tree | 33fea498f3dccb51fd395e338d1b2ec1a8004577 /bard-emacs-modules/bard-emacs-ui.el | |
| parent | d07965513c4d98e2867b3a70c7902b19e268d283 (diff) | |
formatting
Diffstat (limited to 'bard-emacs-modules/bard-emacs-ui.el')
| -rw-r--r-- | bard-emacs-modules/bard-emacs-ui.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/bard-emacs-modules/bard-emacs-ui.el b/bard-emacs-modules/bard-emacs-ui.el index f36ebab..616ba39 100644 --- a/bard-emacs-modules/bard-emacs-ui.el +++ b/bard-emacs-modules/bard-emacs-ui.el @@ -54,7 +54,8 @@ :right-divider-width 1 :left-fringe-width 10 :right-fringe-width 10 - :scroll-bar-width 0))) + :scroll-bar-width 0)) + (spacious-padding-mode t)) ;; Todo Keywords highlighting, colors defined in bard-emacs-theme.el (use-package hl-todo |
