From 675c2dbb0af7ea02c2e0accb4e33e8b2d08bc919 Mon Sep 17 00:00:00 2001 From: Protesilaos Stavrou Date: Mon, 28 Jul 2025 08:07:39 +0300 Subject: [PATCH] emacs: tweak the spacious-padding-widths --- emacs/.emacs.d/prot-emacs-modules/prot-emacs-theme.el | 4 ++-- emacs/.emacs.d/prot-emacs.org | 5 ++--- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/emacs/.emacs.d/prot-emacs-modules/prot-emacs-theme.el b/emacs/.emacs.d/prot-emacs-modules/prot-emacs-theme.el index 278c530b..6e5b1dfa 100644 --- a/emacs/.emacs.d/prot-emacs-modules/prot-emacs-theme.el +++ b/emacs/.emacs.d/prot-emacs-modules/prot-emacs-theme.el @@ -67,11 +67,11 @@ :init ;; These are the defaults, but I keep it here for visiibility. (setq spacious-padding-widths - `( :internal-border-width 30 + `( :internal-border-width 15 :header-line-width 4 :mode-line-width 6 :tab-width 4 - :right-divider-width 30 + :right-divider-width 15 :scroll-bar-width ,(if x-toolkit-scroll-bars 8 6) :left-fringe-width 20 :right-fringe-width 20)) diff --git a/emacs/.emacs.d/prot-emacs.org b/emacs/.emacs.d/prot-emacs.org index b6f07216..f0b962df 100644 --- a/emacs/.emacs.d/prot-emacs.org +++ b/emacs/.emacs.d/prot-emacs.org @@ -1888,13 +1888,12 @@ I also take care to make it work with my customised mode line :hook (after-init . spacious-padding-mode) :bind ("" . spacious-padding-mode) :init - ;; These are the defaults, but I keep it here for visiibility. (setq spacious-padding-widths - `( :internal-border-width 30 + `( :internal-border-width 15 :header-line-width 4 :mode-line-width 6 :tab-width 4 - :right-divider-width 30 + :right-divider-width 15 :scroll-bar-width ,(if x-toolkit-scroll-bars 8 6) :left-fringe-width 20 :right-fringe-width 20))