all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#41181] adds emacs-interleave
@ 2020-05-10 19:35 rdes via Guix-patches via
  2020-05-11  7:10 ` Nicolas Goaziou
  0 siblings, 1 reply; 7+ messages in thread
From: rdes via Guix-patches via @ 2020-05-10 19:35 UTC (permalink / raw)
  To: 41181


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

Hello,

The attached patch adds the emacs-interleave package.

Ryan Desfosses

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-gnu-Add-emacs-interleave.patch --]
[-- Type: text/x-patch; name="0001-gnu-Add-emacs-interleave.patch", Size: 1484 bytes --]

From 9dd929fc4ed069eee08e18efc0557a3bec27bd41 Mon Sep 17 00:00:00 2001
From: Ryan Desfosses <ryan@desfo.org>
Date: Sun, 10 May 2020 15:13:27 -0400
Subject: [PATCH] gnu: Add emacs-interleave

---
 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 ce1b1c4b28..f09aedf43e 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -2184,6 +2184,31 @@ This buffer is typically shown as a sidebar (Emacs vertically splits the
 window).")
     (license license:gpl3+)))
 
+(define-public emacs-interleave
+(package
+  (name "emacs-interleave")
+  (version "20191129.958")
+  (source
+    (origin
+      (method url-fetch)
+      (uri (string-append
+             "https://melpa.org/packages/interleave-"
+             version
+             ".el"))
+      (sha256
+        (base32
+          "0y183ggfmkjjywbcqgyinmr21hsg2vaw4d52bg1gsxbp673za2m8"))))
+  (build-system emacs-build-system)
+  (home-page
+    "https://github.com/rudolfochrist/interleave")
+  (synopsis "Interleaving text books since 2015")
+  (description
+    "Interleave presents your PDF side by side to an [[http://orgmode.org][Org Mode]]
+buffer with your notes, narrowing down to just those passages that are relevant to
+the particular page in the document viewer.
+")
+  (license license:gpl3+)))
+
 (define-public emacs-mmm-mode
   (package
     (name "emacs-mmm-mode")
-- 
2.26.2


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

end of thread, other threads:[~2020-05-25 11:44 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-10 19:35 [bug#41181] adds emacs-interleave rdes via Guix-patches via
2020-05-11  7:10 ` Nicolas Goaziou
2020-05-15 20:56   ` rdes via Guix-patches via
2020-05-17 13:18     ` rdes via Guix-patches via
2020-05-17 23:00     ` Nicolas Goaziou
2020-05-22  1:42       ` rdes via Guix-patches via
2020-05-25 11:43         ` Nicolas Goaziou

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.