GNU bug report logs -
#59642
[PATCH] gnu: Add emacs-frowny.
Previous Next
Reported by: jgart <jgart <at> dismail.de>
Date: Sun, 27 Nov 2022 20:57:01 UTC
Severity: normal
Tags: patch
Done: Liliana Marie Prikler <liliana.prikler <at> gmail.com>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your bug report
#59642: [PATCH] gnu: Add emacs-frowny.
which was filed against the guix-patches package, has been closed.
The explanation is attached below, along with your original report.
If you require more details, please reply to 59642 <at> debbugs.gnu.org.
--
59642: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=59642
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
Pushed
> * gnu/packages/emacs-xyz.scm (emacs-frowny): New variable.
and
> * gnu/packages/emacs-xyz.scm (emacs-spongebob): New variable.
Cheers
[Message part 3 (message/rfc822, inline)]
* gnu/packages/emacs-xyz.scm (emacs-frowny): New variable.
---
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 2c6f5d7306..be2c3be8f1 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -5089,6 +5089,28 @@ (define-public emacs-git-link
the URL for a commit. URLs are added to the kill ring.")
(license license:gpl3+)))
+(define-public emacs-frowny
+ (package
+ (name "emacs-frowny")
+ (version "0.3")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/duckwork/frowny.el")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "01ss3js71as1jpqcf0x9hfvapiyyhj9ni4y1n6wvqsghv5dcaiy0"))))
+ (build-system emacs-build-system)
+ (home-page "https://github.com/duckwork/frowny.el")
+ (synopsis "Insert frownies in Emacs :(")
+ (description "This package ships @code{frowny-mode}, which enables inserting a
+single @code{(} when after a @code{:} meaning it’ll insert a @code{:(}
+without closing the parentheses for modes like @code{electric-pair-mode},
+@code{paredit-mode}, and others.")
+ (license license:public-domain)))
+
(define-public emacs-apache-mode
(package
(name "emacs-apache-mode")
--
2.38.1
This bug report was last modified 2 years and 178 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.