aboutsummaryrefslogtreecommitdiff
path: root/bard-emacs-modules/bard-emacs-ui.el
diff options
context:
space:
mode:
Diffstat (limited to 'bard-emacs-modules/bard-emacs-ui.el')
-rw-r--r--bard-emacs-modules/bard-emacs-ui.el11
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