branch: externals/spacious-padding
commit 460100bdf7d478bc1e10343e8d299f7f2179efb1
Author: Protesilaos Stavrou <[email protected]>
Commit: Protesilaos Stavrou <[email protected]>
Update to spacious-padding version 0.2.0
[ I provide screenshots in a recent publication:
<https://protesilaos.com/codelog/2023-11-15-spacious-padding-extra-ui-dev/> ]
The package is stable and works well. This set of changes expands the
concept of "spacious padding" to more user interface elements, namely:
- active and inactive mode lines;
- header line;
- the 'tab-bar-mode'.
The user option which sets all the width values is
'spacious-padding-widths'. It now reads keywords that correspond to
the aforementioned elements. Concretely, here are the defaults:
(setq spacious-padding-widths
'( :internal-border-width 15
:header-line-width 4
:mode-line-width 6
:tab-width 4
:right-divider-width 30
:scroll-bar-width 8))
After changing the widths, reload the 'spacious-padding-mode' for
changes to take effect.
I have taken care to make 'spacious-padding-mode' work even when the
'spacious-padding-widths' does not include all keywords. This means
that the previously supported value will continue to work (the
previous value did not have the keywords 'header-line-width',
'mode-line-width', and 'tab-width').
---
spacious-padding.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/spacious-padding.el b/spacious-padding.el
index 23d585a44d..a5c88621b9 100644
--- a/spacious-padding.el
+++ b/spacious-padding.el
@@ -6,7 +6,7 @@
;; Maintainer: Protesilaos Stavrou General Issues
<~protesilaos/[email protected]>
;; URL: https://git.sr.ht/~protesilaos/spacious-padding
;; Mailing-List: https://lists.sr.ht/~protesilaos/general-issues
-;; Version: 0.1.0
+;; Version: 0.2.0
;; Package-Requires: ((emacs "28.1"))
;; Keywords: convenience, focus, writing, presentation