unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#39750] [PATCH] gnu: Add emacs-company-emoji.
@ 2020-02-23  3:48 Evan Straw
  2020-02-26 14:48 ` bug#39750: " Nicolas Goaziou
  0 siblings, 1 reply; 2+ messages in thread
From: Evan Straw @ 2020-02-23  3:48 UTC (permalink / raw)
  To: 39750


[-- Attachment #1.1: [PATCH] gnu: Add emacs-company-emoji. --]
[-- Type: text/x-patch, Size: 1855 bytes --]

From 6c23c5966a3c7ed01c784874e410d5fe3009bfc5 Mon Sep 17 00:00:00 2001
From: Evan Straw <evan.straw99@gmail.com>
Date: Sat, 22 Feb 2020 19:47:19 -0800
Subject: [PATCH] gnu: Add emacs-company-emoji.

* gnu/packages/emacs-xyz.scm (emacs-company-emoji): 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 1247c01e63..5d3bd9e504 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -59,6 +59,7 @@
 ;;; Copyright © 2019 David Wilson <david@daviwil.com>
 ;;; Copyright © 2020 Paul Garlick <pgarlick@tourbillion-technology.com>
 ;;; Copyright © 2020 Robert Smith <robertsmith@posteo.net>
+;;; Copyright © 2020 Evan Straw <evan.straw99@gmail.com>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -21498,3 +21499,24 @@ Values are stored in a directory in @code{user-emacs-directory}, using
 one file per value.  This makes it easy to delete or remove unused
 variables.")
     (license license:gpl3+)))
+
+(define-public emacs-company-emoji
+  (package
+    (name "emacs-company-emoji")
+    (version "2.5.2")
+    (source
+     (origin
+       (method git-fetch)
+       (uri (git-reference
+             (url "https://github.com/dunn/company-emoji/")
+             (commit version)))
+       (file-name (git-file-name name version))
+       (sha256
+        (base32
+         "0r9zcbm3nb3zw5cwrkl098v5b49jbga5404bj7j55g6k4rwkjar2"))))
+    (build-system emacs-build-system)
+    (inputs `(("emacs-company" ,emacs-company)))
+    (home-page "https://github.com/dunn/company-emoji/")
+    (synopsis "Company-mode backend for emoji")
+    (description "Company-mode backend providing autocompletion for emoji.")
+    (license license:gpl3+)))
-- 
2.20.1


[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]

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

* bug#39750: [PATCH] gnu: Add emacs-company-emoji.
  2020-02-23  3:48 [bug#39750] [PATCH] gnu: Add emacs-company-emoji Evan Straw
@ 2020-02-26 14:48 ` Nicolas Goaziou
  0 siblings, 0 replies; 2+ messages in thread
From: Nicolas Goaziou @ 2020-02-26 14:48 UTC (permalink / raw)
  To: Evan Straw; +Cc: 39750-done

Hello,

Evan Straw <evan.straw99@gmail.com> writes:

> From 6c23c5966a3c7ed01c784874e410d5fe3009bfc5 Mon Sep 17 00:00:00 2001
> From: Evan Straw <evan.straw99@gmail.com>
> Date: Sat, 22 Feb 2020 19:47:19 -0800
> Subject: [PATCH] gnu: Add emacs-company-emoji.

Thank you! I applied the patch with the following changes:

- I used `propagate-inputs' instead of `inputs' as is done for Emacs packages,
- I wrote a full sentence for the description.

Regards,

-- 
Nicolas Goaziou

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

end of thread, other threads:[~2020-02-26 14:49 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-02-23  3:48 [bug#39750] [PATCH] gnu: Add emacs-company-emoji Evan Straw
2020-02-26 14:48 ` bug#39750: " Nicolas Goaziou

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