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.el19
1 files changed, 9 insertions, 10 deletions
diff --git a/bard-emacs-modules/bard-emacs-ui.el b/bard-emacs-modules/bard-emacs-ui.el
index 9ccfa69..f36ebab 100644
--- a/bard-emacs-modules/bard-emacs-ui.el
+++ b/bard-emacs-modules/bard-emacs-ui.el
@@ -45,18 +45,16 @@
;; padding for everything
(use-package spacious-padding
:ensure t
- :init
- (spacious-padding-mode 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 10
- :right-fringe-width 10
- :scroll-bar-width 0)))
+ '( :internal-border-width 10
+ :header-line-width 4
+ :mode-line-width 6
+ :tab-width 4
+ :right-divider-width 1
+ :left-fringe-width 10
+ :right-fringe-width 10
+ :scroll-bar-width 0)))
;; Todo Keywords highlighting, colors defined in bard-emacs-theme.el
(use-package hl-todo
@@ -66,6 +64,7 @@
;; Show avaiable key chords
(use-package which-key
+ :ensure t
:init
(which-key-mode 1))