diff options
| author | Daniel <[email protected]> | 2024-07-20 18:55:06 -0400 |
|---|---|---|
| committer | Daniel <[email protected]> | 2024-07-20 18:55:06 -0400 |
| commit | 935e06e728cbb2b37ba5789ded69000fcf31b11f (patch) | |
| tree | c9e7a6952a8861dfd38b8ae7a957caa29e05d11e /bard-emacs-modules/bard-emacs-ui.el | |
| parent | d2696fa7aedc0d629fcdf93f52a3c3a97ba173ad (diff) | |
formatting
Diffstat (limited to 'bard-emacs-modules/bard-emacs-ui.el')
| -rw-r--r-- | bard-emacs-modules/bard-emacs-ui.el | 19 |
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)) |
