all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#34965] [PATCH] Add emacs-company-flow
@ 2019-03-24  0:04 Brian Leung
  2019-03-25  9:45 ` bug#34965: " Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: Brian Leung @ 2019-03-24  0:04 UTC (permalink / raw)
  To: 34965


[-- Attachment #1.1: Type: text/plain, Size: 14 bytes --]

See attached.

[-- Attachment #1.2: Type: text/html, Size: 39 bytes --]

[-- Attachment #2: 0001-gnu-Add-emacs-company-flow.patch --]
[-- Type: text/x-patch, Size: 1831 bytes --]

From bc00fc34d314836f5cdf12b57b54ee47b010e03f Mon Sep 17 00:00:00 2001
From: Brian Leung <bkleung89@gmail.com>
Date: Sun, 24 Mar 2019 00:58:30 +0100
Subject: [PATCH] gnu: Add emacs-company-flow.

* gnu/packages/emacs-xyz.scm (emacs-company-flow): New variable.
---
 gnu/packages/emacs-xyz.scm | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 0f040b2b07..ac6b826192 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -3409,6 +3409,31 @@ started with 20 minutes.  All values are customizable.")
 organizer.")
     (license license:gpl3+)))
 
+(define-public emacs-company-flow
+  (let ((commit "76ef585c70d2a3206c2eadf24ba61e59124c3a16")
+        (revision "1"))
+    (package
+      (name "emacs-company-flow")
+      (version (git-version "0.1.0" revision commit))
+      (source (origin
+                (method git-fetch)
+                (uri (git-reference
+                      (url "https://github.com/aaronjensen/company-flow/")
+                      (commit commit)))
+                (file-name (git-file-name name version))
+                (sha256
+                 (base32
+                  "0zs9cblnbkxa0dxw4lyllmybqizxcdx96gv8jlhx20nrjpi78piw"))))
+      (build-system emacs-build-system)
+      (propagated-inputs
+       `(("emacs-company" ,emacs-company)
+         ("emacs-dash" ,emacs-dash)))
+      (home-page "https://github.com/aaronjensen/company-flow/")
+      (synopsis "Flow backend for @code{company-mode}")
+      (description
+       "This package provides completion for JavaScript files utilizing Flow.")
+      (license license:gpl3+))))
+
 (define-public emacs-atom-one-dark-theme
   (let ((commit "1f1185bf667a38d3d0d180ce85fd4c131818aae2")
         (revision "0"))
-- 
2.21.0


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

* bug#34965: [PATCH] Add emacs-company-flow
  2019-03-24  0:04 [bug#34965] [PATCH] Add emacs-company-flow Brian Leung
@ 2019-03-25  9:45 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2019-03-25  9:45 UTC (permalink / raw)
  To: Brian Leung; +Cc: 34965-done

Brian Leung <bkleung89@gmail.com> skribis:

> From bc00fc34d314836f5cdf12b57b54ee47b010e03f Mon Sep 17 00:00:00 2001
> From: Brian Leung <bkleung89@gmail.com>
> Date: Sun, 24 Mar 2019 00:58:30 +0100
> Subject: [PATCH] gnu: Add emacs-company-flow.
>
> * gnu/packages/emacs-xyz.scm (emacs-company-flow): New variable.

Applied, thanks.

> +      (home-page "https://github.com/aaronjensen/company-flow/")
> +      (synopsis "Flow backend for @code{company-mode}")
> +      (description
> +       "This package provides completion for JavaScript files utilizing Flow.")

Too bad we don’t have a package for Flow.  I gather it’s written in
Node, right?

Ludo’.

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

end of thread, other threads:[~2019-03-25  9:46 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-03-24  0:04 [bug#34965] [PATCH] Add emacs-company-flow Brian Leung
2019-03-25  9:45 ` bug#34965: " Ludovic Courtès

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.