guix-commits
[Top][All Lists]
Advanced

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

09/88: gnu: Add emacs-helm-gtags.


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

wigust pushed a commit to branch master
in repository guix.

commit 707ff55502b3710a87ddce367aa1fa2d14b46089
Author: Oleg Pykhalov <address@hidden>
Date:   Wed May 2 18:54:45 2018 +0300

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

diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index 74d07d5..c818e69 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -8277,3 +8277,23 @@ arXiv, Google Scholar, Library of Congress, etc.
       (description "@code{ewmctrl} provides an Emacs interface to
 @code{wmctrl} command-line window-management program.")
       (license license:gpl3+))))
+
+(define-public emacs-helm-gtags
+  (package
+    (name "emacs-helm-gtags")
+    (version "1.5.6")
+    (source (origin
+              (method url-fetch)
+              (uri (string-append
+                    "https://github.com/syohex/emacs-helm-gtags/archive/";
+                    version ".tar.gz"))
+              (file-name (string-append name "-" version ".tar.gz"))
+              (sha256
+               (base32
+                "1a10snhg6nnnan6w9a7mcziy26vxbsr3c35i0gcarnkdp2yqng36"))))
+    (build-system emacs-build-system)
+    (home-page "https://github.com/syohex/emacs-helm-gtags";)
+    (synopsis "Emacs Helm interface to GNU Global")
+    (description
+     "@code{emacs-helm-gtags} provides a Emacs Helm interface to GNU Global.")
+    (license license:gpl3+)))



reply via email to

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