unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#59642] [PATCH] gnu: Add emacs-frowny.
@ 2022-11-27 20:55 jgart via Guix-patches via
  2022-11-28  5:35 ` bug#59642: Emacs frowny and spongebob Liliana Marie Prikler
  0 siblings, 1 reply; 2+ messages in thread
From: jgart via Guix-patches via @ 2022-11-27 20:55 UTC (permalink / raw)
  To: 59642; +Cc: jgart

* 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





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

* bug#59642: Emacs frowny and spongebob
  2022-11-27 20:55 [bug#59642] [PATCH] gnu: Add emacs-frowny jgart via Guix-patches via
@ 2022-11-28  5:35 ` Liliana Marie Prikler
  0 siblings, 0 replies; 2+ messages in thread
From: Liliana Marie Prikler @ 2022-11-28  5:35 UTC (permalink / raw)
  To: jgart; +Cc: 59643-done, 59642-done


Pushed
> * gnu/packages/emacs-xyz.scm (emacs-frowny): New variable.
and
> * gnu/packages/emacs-xyz.scm (emacs-spongebob): New variable.

Cheers





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

end of thread, other threads:[~2022-11-28  6:06 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-27 20:55 [bug#59642] [PATCH] gnu: Add emacs-frowny jgart via Guix-patches via
2022-11-28  5:35 ` bug#59642: Emacs frowny and spongebob Liliana Marie Prikler

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).