guix-commits
[Top][All Lists]
Advanced

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

07/11: gnu: Add emacs-esh-help.


From: guix-commits
Subject: 07/11: gnu: Add emacs-esh-help.
Date: Sun, 8 Dec 2019 01:23:13 -0500 (EST)

leungbk pushed a commit to branch master
in repository guix.

commit e8da79ab6ff8a725e20863ef5d36ff350d5f2791
Author: Brian Leung <brian@debian>
Date:   Tue Dec 3 22:39:01 2019 -0800

    gnu: Add emacs-esh-help.
    
    * gnu/packages/emacs-xyz.scm (emacs-esh-help): 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 8fbc6fd..f03505b 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -20321,3 +20321,28 @@ can specify how popup-displaying functions occupy the 
screen.")
 items.")
       (home-page "https://github.com/emacs-helm/helm-lacarte";)
       (license license:gpl3+))))
+
+(define-public emacs-esh-help
+  (let ((commit "417673ed18a983930a66a6692dbfb288a995cb80")
+        (revision "1"))
+    (package
+      (name "emacs-esh-help")
+      (version (git-version "1.0.1" revision commit))
+      (source
+       (origin
+         (method git-fetch)
+         (uri (git-reference
+               (url "https://github.com/tom-tan/esh-help.git";)
+               (commit commit)))
+         (file-name (git-file-name name version))
+         (sha256
+          (base32
+           "0x7d51a6ljl014zy7mi27vzcqqbcwg9z4drq29fr2ajk82mqhlgd"))))
+      (build-system emacs-build-system)
+      (propagated-inputs
+       `(("emacs-dash" ,emacs-dash)))
+      (synopsis "Help functions for Eshell")
+      (description "This package provides a @code{run-help} function inspired
+by @code{zsh} as well as @code{eldoc} support.")
+      (home-page "https://github.com/tom-tan/esh-help";)
+      (license license:gpl3+))))



reply via email to

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