(Emacs/elisp)~padding is now a variable

This commit is contained in:
2024-09-23 17:07:45 +01:00
parent e101cf687b
commit 700bc7c49f

View File

@@ -35,7 +35,7 @@
(defvar bml/right-segment nil
"List of elements that should be on the right of the mode-line")
(defconst bml/--minimum-padding 4
(defvar bml/--minimum-padding 4
"Minimum size of padding string.")
(defun bml/--get-padding-size (other-size)