guix-commits
[Top][All Lists]
Advanced

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

41/88: gnu: Add emacs-web-beautify.


From: Oleg Pykhalov
Subject: 41/88: gnu: Add emacs-web-beautify.
Date: Wed, 2 May 2018 13:21:11 -0400 (EDT)

wigust pushed a commit to branch master
in repository guix.

commit 8aab3d06115671e120291354ccdc4775dd325786
Author: Oleg Pykhalov <address@hidden>
Date:   Wed May 2 19:03:36 2018 +0300

    gnu: Add emacs-web-beautify.
    
    * gnu/packages/emacs.scm (emacs-web-beautify): 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 c206cb2..2648f1f 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -9044,3 +9044,23 @@ documentation.")
     (synopsis "Major mode for Hylang")
     (description "This package provides a major mode for Hylang.")
     (license license:gpl3+)))
+
+(define-public emacs-web-beautify
+  (package
+    (name "emacs-web-beautify")
+    (version "0.3.2")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (string-append "https://github.com/yasuyk/web-beautify/archive/";
+                           version ".tar.gz"))
+       (file-name (string-append name "-" version ".tar.gz"))
+       (sha256
+        (base32
+         "1j57hwid74id4swkx2g0iljfawx0k9c7qjrwqc0mv657x9p78hcs"))))
+    (build-system emacs-build-system)
+    (home-page "https://github.com/yasuyk/web-beautify";)
+    (synopsis "Format HTML, CSS and JavaScript, JSON")
+    (description "This package provides an Emacs functions to format HTML,
+CSS, JavaScript, JSON.")
+    (license license:gpl3+)))



reply via email to

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