unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#63924] [PATCH] gnu: Add emacs-pug-mode.
@ 2023-06-06  9:20 Miguel Ángel Moreno
  2023-06-10 18:45 ` bug#63924: " Nicolas Goaziou
  0 siblings, 1 reply; 2+ messages in thread
From: Miguel Ángel Moreno @ 2023-06-06  9:20 UTC (permalink / raw)
  To: 63924; +Cc: me

gnu/packages/emacs-xyz.scm (emacs-pug-mode): 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 7575049ea3..dd3749940d 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -1118,6 +1118,31 @@ (define-public emacs-puni
 out of the box.")
       (license license:gpl3+))))
 
+(define-public emacs-pug-mode
+  (package
+    (name "emacs-pug-mode")
+    (version "1.0.8")
+    (source (origin
+              (method git-fetch)
+              (uri (git-reference
+                    (url "https://github.com/hlissner/emacs-pug-mode")
+                    (commit (string-append "v" version))))
+              (file-name (git-file-name name version))
+              (sha256
+               (base32
+                "1f6bhdr1a72x94dlz2i1fwwln8crc2mbpc2iq23hvsbsfmj7xfzp"))))
+    (native-inputs (list emacs-ert-runner))
+    (build-system emacs-build-system)
+    (arguments
+     (list
+      #:tests? #t
+      #:test-command #~(list "ert-runner")))
+    (home-page "https://github.com/hlissner/emacs-pug-mode")
+    (synopsis "Pug support for Emacs")
+    (description "pug-mode offers Emacs support for Pug.  Unlike jade-mode,
+it is based off of slim-mode.")
+    (license license:gpl3+)))
+
 (define-public emacs-spaceline-all-the-icons
   (package
     (name "emacs-spaceline-all-the-icons")
-- 
2.40.1

-- 
Best regards,
Miguel Ángel Moreno




^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#63924: [PATCH] gnu: Add emacs-pug-mode.
  2023-06-06  9:20 [bug#63924] [PATCH] gnu: Add emacs-pug-mode Miguel Ángel Moreno
@ 2023-06-10 18:45 ` Nicolas Goaziou
  0 siblings, 0 replies; 2+ messages in thread
From: Nicolas Goaziou @ 2023-06-10 18:45 UTC (permalink / raw)
  To: Miguel Ángel Moreno; +Cc: 63924-done

Hello,

Miguel Ángel Moreno <me@mianmoreno.com> writes:

> gnu/packages/emacs-xyz.scm (emacs-pug-mode): New variable.

Applied. Thank you.

Regards,
-- 
Nicolas Goaziou




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-06-10 18:46 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-06-06  9:20 [bug#63924] [PATCH] gnu: Add emacs-pug-mode Miguel Ángel Moreno
2023-06-10 18:45 ` bug#63924: " Nicolas Goaziou

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).