From 60a070433f4fc8fa78ea5f05ddb0fc9d23d2098a Mon Sep 17 00:00:00 2001 From: syl20bnr Date: Thu, 25 Mar 2021 23:31:18 -0400 Subject: [PATCH] [home] Add "Proudly free software" to footer --- core/core-spacemacs-buffer.el | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/core/core-spacemacs-buffer.el b/core/core-spacemacs-buffer.el index 31bebc818..c13518ae7 100644 --- a/core/core-spacemacs-buffer.el +++ b/core/core-spacemacs-buffer.el @@ -274,6 +274,7 @@ Right justified, based on the Spacemacs buffers window width." (heart-size (when heart (car (image-size heart)))) (build-lhs "Made with ") (build-rhs " by the community") + (proudly-free "Proudly free software ") (gplv3-path spacemacs-gplv3-official-png) (gplv3 (when (and (display-graphic-p) (image-type-available-p @@ -299,8 +300,10 @@ Right justified, based on the Spacemacs buffers window width." (insert "\n")) (when gplv3 (insert "\n") + (insert proudly-free) (insert-image gplv3) - (spacemacs-buffer//center-line gplv3-size)))))) + (spacemacs-buffer//center-line (+ (length proudly-free) + gplv3-size))))))) (defmacro spacemacs-buffer||notes-adapt-caption-to-width (caption caption-length