[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
06/07: gnu: Add emacs-jinja2-mode.
From: |
Alex Kost |
Subject: |
06/07: gnu: Add emacs-jinja2-mode. |
Date: |
Thu, 28 Sep 2017 11:45:31 -0400 (EDT) |
alezost pushed a commit to branch master
in repository guix.
commit 8fc559dcc5125c6d71544ea34b6c67edb4ed744e
Author: ng0 <address@hidden>
Date: Sun Sep 24 16:06:23 2017 +0000
gnu: Add emacs-jinja2-mode.
* gnu/packages/emacs.scm (emacs-jinja2-mode): New variable.
Signed-off-by: Alex Kost <address@hidden>
---
gnu/packages/emacs.scm | 21 +++++++++++++++++++++
1 file changed, 21 insertions(+)
diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index ebe099c..ac31891 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -2569,6 +2569,27 @@ insertion mode. When enabled all keys are implicitly
prefixed with
@samp{C-} (among other helpful shortcuts).")
(license license:gpl3+))))
+(define-public emacs-jinja2-mode
+ (package
+ (name "emacs-jinja2-mode")
+ (version "0.2")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append "https://github.com/paradoxxxzero/jinja2-mode/"
+ "archive/v" version ".tar.gz"))
+ (file-name (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32
+ "0cgxjab1kla2zc2fj7bzib6i7snp08zshandmp9kqcm85l262xpn"))))
+ (build-system emacs-build-system)
+ (home-page "https://github.com/paradoxxxzero/jinja2-mode")
+ (synopsis "Major mode for jinja2")
+ (description
+ "Emacs major mode for jinja2 with: syntax highlighting,
+sgml/html integration, and indentation (working with sgml).")
+ (license license:gpl3+)))
+
(define-public emacs-rfcview
(package
(name "emacs-rfcview")
- branch master updated (454caca -> ac71346), Alex Kost, 2017/09/28
- 02/07: gnu: emacs-pdf-tools: Update to 0.80., Alex Kost, 2017/09/28
- 04/07: gnu: lirc: Update to 0.10.1., Alex Kost, 2017/09/28
- 05/07: gnu: Add emacs-sr-speedbar., Alex Kost, 2017/09/28
- 01/07: gnu: Add emacs-tablist., Alex Kost, 2017/09/28
- 06/07: gnu: Add emacs-jinja2-mode.,
Alex Kost <=
- 03/07: gnu: dunst: Update to 1.2.0., Alex Kost, 2017/09/28
- 07/07: gnu: Add cadaver., Alex Kost, 2017/09/28