guix-commits
[Top][All Lists]
Advanced

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

33/35: gnu: Add emacs-eval-sexp-fu-el.


From: guix-commits
Subject: 33/35: gnu: Add emacs-eval-sexp-fu-el.
Date: Sun, 14 Apr 2019 11:42:29 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit ebc6a59c63a0d5d9734a89b01583d6eb002f4af2
Author: Brian Leung <address@hidden>
Date:   Sat Apr 13 01:12:32 2019 +0200

    gnu: Add emacs-eval-sexp-fu-el.
    
    * gnu/packages/emacs-xyz.scm (emacs-eval-sexp-fu-el): New variable.
    
    Signed-off-by: Ludovic Courtès <address@hidden>
---
 gnu/packages/emacs-xyz.scm | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index c8249a1..dd9667d 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -15033,6 +15033,28 @@ outline-enabled table of contents, additional metadata 
association for Info
 nodes, and more.")
       (license license:gpl2+))))
 
+(define-public emacs-eval-sexp-fu-el
+  (package
+    (name "emacs-eval-sexp-fu-el")
+    (version "0.5.0")
+    (source
+     (origin
+       (method git-fetch)
+       (uri (git-reference
+             (url "https://github.com/hchbaw/eval-sexp-fu.el";)
+             (commit (string-append "v" version))))
+       (file-name (git-file-name name version))
+       (sha256
+        (base32
+         "01mpnpgmlnfbi2yw9dxz5iw72mw3lk223bj172i4fnx3xdrrxbij"))))
+    (build-system emacs-build-system)
+    (home-page "https://github.com/hchbaw/eval-sexp-fu.el";)
+    (synopsis "Enhancements for evaluating s-expressions")
+    (description "This package provides provides variants of
address@hidden that work on the containing list or s-expression, as
+well as an option for visually flashing evaluated s-expressions.")
+    (license license:gpl3+)))
+
 (define-public emacs-semantic-refactor
   ;; The last release, 0.5, was made on 2015-07-26 and there have been 47
   ;; commits since then.



reply via email to

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