diff options
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 |
