guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: Add emacs-eww-lnum.


From: guix-commits
Subject: 01/01: gnu: Add emacs-eww-lnum.
Date: Sun, 15 Dec 2019 17:33:20 -0500 (EST)

ngz pushed a commit to branch master
in repository guix.

commit 00386d3430f12710997f17091a55c07323ff138c
Author: Nicolas Goaziou <address@hidden>
Date:   Sun Dec 15 23:33:06 2019 +0100

    gnu: Add emacs-eww-lnum.
    
    * gnu/packages/emacs-xyz.scm (emacs-eww-lnum): New variable.
---
 gnu/packages/emacs-xyz.scm | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 8212e4d..a27000d 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -1241,6 +1241,30 @@ or unexpected behavior inside an elisp configuration 
file (typically
      "Emacs-wget is an emacs interface for the wget file downloader.")
     (license license:gpl2+)))
 
+(define-public emacs-eww-lnum
+  (package
+    (name "emacs-eww-lnum")
+    (version "1.1")
+    (source (origin
+              (method git-fetch)
+              (uri (git-reference
+                    (url "https://github.com/m00natic/eww-lnum.git";)
+                    (commit version)))
+              (file-name (git-file-name name version))
+              (sha256
+               (base32
+                "0gs6bi3s2sszc6v2b26929azmn5513kvyin99n4d0ark1jdbjmv2"))))
+    (build-system emacs-build-system)
+    (home-page "https://github.com/m00natic/eww-lnum";)
+    (synopsis "Conkeror-like functionality for Eww")
+    (description "This is extension to the Emacs browser Eww that adds
+Conkeror-like functionality.  In short, currently visible links, forms,
+buttons are temporarily assigned numbers with which the former can be
+immediately activated.  Also filtering can be applied so selection can be
+incrementally confined in Isearch manner.")
+    (license license:gpl3+)))
+
+
 
 ;;;
 ;;; Multimedia.



reply via email to

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