guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

75/88: gnu: Add emacs-helm-eww.


From: Oleg Pykhalov
Subject: 75/88: gnu: Add emacs-helm-eww.
Date: Wed, 2 May 2018 13:21:18 -0400 (EDT)

wigust pushed a commit to branch master
in repository guix.

commit abe8ef7f09c632c7889e0cc1b9d39a430cb92951
Author: Oleg Pykhalov <address@hidden>
Date:   Wed May 2 19:12:52 2018 +0300

    gnu: Add emacs-helm-eww.
    
    * gnu/packages/emacs.scm (emacs-helm-eww): New public variable.
---
 gnu/packages/emacs.scm | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)

diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index f41858e..95a3d05 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -9922,3 +9922,24 @@ macros, faces and variables.  To enable call 
@code{highlight-defined-mode}. ")
 mode for Lisp programming languages.  It will infer some changes to
 keep Parens and Indentation inline with one another.")
     (license license:gpl3+)))
+
+(define-public emacs-helm-eww
+  (let ((commit "5d6c2c66d4694415ef8a16a6d38a37aeae76c5ac"))
+    (package
+      (name "emacs-helm-eww")
+      (version (git-version "0.1" "1" commit))
+      (source (origin
+                (method git-fetch)
+                (uri (git-reference
+                      (url "https://github.com/emacs-helm/helm-eww.git";)
+                      (commit commit)))
+                (file-name (string-append name "-" version "-checkout"))
+                (sha256
+                 (base32
+                  "1x442ylrr7cx587s4rvfh187h3qbkr79qp95qr57a4igxkkw6183"))))
+      (build-system emacs-build-system)
+      (home-page "https://github.com/emacs-helm/helm-eww/";)
+      (synopsis "Helm interface to EWW")
+      (description "This package provides a Helm interface for EWW buffers,
+bookmarks and history.")
+      (license license:gpl3+))))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]