aboutsummaryrefslogtreecommitdiff
path: root/bard-emacs-modules/bard-emacs-ui.el
diff options
context:
space:
mode:
authorDaniel <[email protected]>2024-11-15 09:18:54 -0500
committerDaniel <[email protected]>2024-11-15 09:18:54 -0500
commit196eb6ca14ecc50f76d5e64753265d1214cc18a2 (patch)
treea662bfe9b963d4bbf563f3f77f42bac573b639a9 /bard-emacs-modules/bard-emacs-ui.el
parent25959da951db11a63c619b0b4a5e0061c857d706 (diff)
removed unnecessary packages
Diffstat (limited to 'bard-emacs-modules/bard-emacs-ui.el')
-rw-r--r--bard-emacs-modules/bard-emacs-ui.el15
1 files changed, 0 insertions, 15 deletions
diff --git a/bard-emacs-modules/bard-emacs-ui.el b/bard-emacs-modules/bard-emacs-ui.el
index c9905ec..b01383d 100644
--- a/bard-emacs-modules/bard-emacs-ui.el
+++ b/bard-emacs-modules/bard-emacs-ui.el
@@ -23,21 +23,6 @@
:config
(setq display-line-numbers-type 'relative))
-;; padding for everything
-(use-package spacious-padding
- :ensure t
- :config
- (setq spacious-padding-widths
- '( :internal-border-width 20
- :header-line-width 4
- :mode-line-width 6
- :tab-width 4
- :right-divider-width 20
- :left-fringe-width 0
- :right-fringe-width 0
- :scroll-bar-width 0))
- (spacious-padding-mode t))
-
;; Todo Keywords highlighting, colors defined in bard-emacs-theme.el
(use-package hl-todo
:ensure t