guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

05/08: gnu: Add emacs-spacious-padding.


From: guix-commits
Subject: 05/08: gnu: Add emacs-spacious-padding.
Date: Fri, 3 Jan 2025 06:01:08 -0500 (EST)

ngz pushed a commit to branch master
in repository guix.

commit 2e07e293257f01563c12c7a2305e66ebc7f6b284
Author: Olivier Rojon <o.rojon@posteo.net>
AuthorDate: Fri Jan 3 11:47:08 2025 +0100

    gnu: Add emacs-spacious-padding.
    
    * gnu/packages/emacs-xyz.scm (emacs-spacious-padding): New variable.
    
    Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
    Change-Id: I6046273117227eee5bc3b979216cfec677f09dc1
---
 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 95321c5d63..ad83ada0c0 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -149,6 +149,7 @@
 ;;; Copyright © 2024 emma thompson <bigbookofbug@proton.me>
 ;;; Copyright © 2024 Liam Hupfer <liam@hpfr.net>
 ;;; Copyright © 2024 aurtzy <aurtzy@gmail.com>
+;;; Copyright © 2024 Olivier Rojon <o.rojon@posteo.net>
 
 ;;;
 ;;; This file is part of GNU Guix.
@@ -39854,6 +39855,27 @@ without requiring all of Spacemacs.  The 
@code{<Leader>} key, inspired by Vim,
 provides an easy way to bind keys under a configurable prefix key.")
       (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 or 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-spamfilter-el
   (package
     (name "emacs-spamfilter-el")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]