From: "Stefan Reichör" <stefan@xsteve.at>
To: 46928@debbugs.gnu.org
Cc: "Stefan Reichör" <stefan@xsteve.at>
Subject: [bug#46928] [PATCH] gnu: Add emacs-stig-paren.
Date: Thu, 4 Mar 2021 20:40:25 +0100 [thread overview]
Message-ID: <20210304194025.93692-1-stefan@xsteve.at> (raw)
* gnu/packages/emacs-xyz.scm (emacs-stig-paren): New variable.
---
gnu/packages/emacs-xyz.scm | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 783f7790e9..85a612296c 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -93,6 +93,7 @@
;;; Copyright © 2021 Alexandr Vityazev <avityazew@gmail.com>
;;; Copyright © 2021 Yurii Kholodkov <urist.mckorobochka@gmail.com>
;;; Copyright © 2021 Alexey Abramov <levenson@mmer.org>
+;;; Copyright © 2021 Stefan Reichör <stefan@xsteve.at>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -385,6 +386,25 @@ for those who may want transient periods of unbalanced parentheses, such as
when typing parentheses directly or commenting out code line by line.")
(license license:gpl3+)))
+(define-public emacs-stig-paren
+ (package
+ (name "emacs-stig-paren")
+ (version "1.22")
+ (source (origin
+ (method url-fetch)
+ (uri (string-append "http://nicolas.francois.free.fr/"
+ "fichiers/emacs/stig-paren.el"))
+ (sha256
+ (base32
+ "1k4rd4k53c671akssza91p0d7psxagizc74nka3hi1pjkybmw6mn"))))
+ (build-system emacs-build-system)
+ (home-page "http://nicolas.francois.free.fr/fichiers/emacs/stig-paren.el")
+ (synopsis "Highlight matching parens for Emacs")
+ (description
+ "This package highlights matching parens (or whole sexps) for easier
+editing of source code, particularly lisp source code.")
+ (license license:gpl2+)))
+
(define-public emacs-project
(package
(name "emacs-project")
--
2.25.1
next reply other threads:[~2021-03-04 19:42 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-03-04 19:40 Stefan Reichör [this message]
2021-03-05 16:12 ` [bug#46928] [PATCH] gnu: Add emacs-stig-paren Nicolas Goaziou
2021-03-05 19:59 ` Stefan Reichör
2021-03-05 20:34 ` zimoun
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://guix.gnu.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20210304194025.93692-1-stefan@xsteve.at \
--to=stefan@xsteve.at \
--cc=46928@debbugs.gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).