all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#75057] [PATCH] gnu: Add emacs-spacious-padding.
@ 2024-12-24  7:16 Olivier Rojon
  2025-01-03 11:06 ` bug#75057: " Nicolas Goaziou via Guix-patches via
  0 siblings, 1 reply; 2+ messages in thread
From: Olivier Rojon @ 2024-12-24  7:16 UTC (permalink / raw)
  To: 75057; +Cc: hapster

From: hapster <o.rojon@posteo.net>

* gnu/packages/emacs-xyz.scm (emacs-spacious-padding): New package

Change-Id: I50b76db1ca490a2d0bec66124ab370f114ffe49b
---
 gnu/packages/emacs-xyz.scm | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 65563bec24..b7da582f07 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -148,6 +148,7 @@
 ;;; Copyright © 2024 Spencer King <spencer.king@nursiapress.com>
 ;;; Copyright © 2024 emma thompson <bigbookofbug@proton.me>
 ;;; Copyright © 2024 Liam Hupfer <liam@hpfr.net>
+;;; Copyright © 2024 Olivier Rojon <o.rojon@posteo.net>
 
 ;;;
 ;;; This file is part of GNU Guix.
@@ -1447,6 +1448,27 @@ (define-public emacs-prism
 face properties and allows configuration of faces and colors.")
       (license license:gpl3+))))
 
+(define-public emacs-spacious-padding
+  (package
+    (name "emacs-spacious-padding")
+    (version "0.5.0")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (string-append "https://elpa.gnu.org/packages/spacious-padding-"
+                           version ".tar"))
+       (sha256
+        (base32 "0x5bsyd6b1d3bzrsrpf9nvw7xj5ch114m2dilq64bg8y2db3452z"))))
+    (build-system emacs-build-system)
+    (home-page "https://github.com/protesilaos/spacious-padding")
+    (synopsis "Increase the padding/spacing of frames and windows")
+    (description
+     "The spacious-padding-mode increases the space or padding around several
+elements of the Emacs interface, such as window dividers, the internal frame
+border, the padding of the mode line, and more.  The idea is to produce a more
+comfortable presentation.")
+    (license license:gpl3+)))
+
 (define-public emacs-project
   (package
     (name "emacs-project")
-- 
2.47.1





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#75057: [PATCH] gnu: Add emacs-spacious-padding.
  2024-12-24  7:16 [bug#75057] [PATCH] gnu: Add emacs-spacious-padding Olivier Rojon
@ 2025-01-03 11:06 ` Nicolas Goaziou via Guix-patches via
  0 siblings, 0 replies; 2+ messages in thread
From: Nicolas Goaziou via Guix-patches via @ 2025-01-03 11:06 UTC (permalink / raw)
  To: Olivier Rojon; +Cc: 75057-done

Hello,

Olivier Rojon <o.rojon@posteo.net> writes:

> * gnu/packages/emacs-xyz.scm (emacs-spacious-padding): New package

Applied. Thank you.

Regards,
-- 
Nicolas Goaziou






^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2025-01-03 11:07 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-12-24  7:16 [bug#75057] [PATCH] gnu: Add emacs-spacious-padding Olivier Rojon
2025-01-03 11:06 ` bug#75057: " Nicolas Goaziou via Guix-patches via

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.