unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* bug#26474: [PATCH] gnu: Add emacs-cdlatex.
@ 2017-04-13  9:47 Arun Isaac
  2017-04-13 20:13 ` Marius Bakke
  0 siblings, 1 reply; 3+ messages in thread
From: Arun Isaac @ 2017-04-13  9:47 UTC (permalink / raw)
  To: 26474

* gnu/packages/emacs.scm (emacs-cdlatex): New variable.
---
 gnu/packages/emacs.scm | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)

diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index 65a491302..68257387d 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -4323,3 +4323,28 @@ Emacs Lisp")
     (description "@code{emacs-xmlgen} provides S-expression to XML
 conversion for Emacs Lisp.")
     (license license:gpl2+)))
+
+(define-public emacs-cdlatex
+  (package
+    (name "emacs-cdlatex")
+    (version "4.7")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (string-append
+             "https://github.com/cdominik/cdlatex/archive/"
+             version ".tar.gz"))
+       (file-name (string-append name "-" version ".tar.gz"))
+       (sha256
+        (base32
+         "0pivapphmykc6vhvpx7hdyl55ls37vc4jcrxpvs4yk7jzcmwa9xp"))))
+    (build-system emacs-build-system)
+    (home-page "https://github.com/cdominik/cdlatex")
+    (synopsis "Fast Emacs input methods for LaTeX environments and
+math")
+    (description "CDLaTeX is an Emacs minor mode supporting fast
+insertion of environment templates and math in LaTeX.  Similar
+commands are also offered as part of the AUCTeX package, but it is not
+the same - CDLaTeX focuses on speediness for inserting LaTeX
+constructs.")
+    (license license:gpl3+)))
-- 
2.12.2


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

* bug#26474: [PATCH] gnu: Add emacs-cdlatex.
  2017-04-13  9:47 bug#26474: [PATCH] gnu: Add emacs-cdlatex Arun Isaac
@ 2017-04-13 20:13 ` Marius Bakke
  2017-04-14  5:48   ` Arun Isaac
  0 siblings, 1 reply; 3+ messages in thread
From: Marius Bakke @ 2017-04-13 20:13 UTC (permalink / raw)
  To: Arun Isaac, 26474

[-- Attachment #1: Type: text/plain, Size: 114 bytes --]

Arun Isaac <arunisaac@systemreboot.net> writes:

> * gnu/packages/emacs.scm (emacs-cdlatex): New variable.

LGTM!

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 487 bytes --]

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

* bug#26474: [PATCH] gnu: Add emacs-cdlatex.
  2017-04-13 20:13 ` Marius Bakke
@ 2017-04-14  5:48   ` Arun Isaac
  0 siblings, 0 replies; 3+ messages in thread
From: Arun Isaac @ 2017-04-14  5:48 UTC (permalink / raw)
  To: 26474-done


Pushed!

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

end of thread, other threads:[~2017-04-14  5:49 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-04-13  9:47 bug#26474: [PATCH] gnu: Add emacs-cdlatex Arun Isaac
2017-04-13 20:13 ` Marius Bakke
2017-04-14  5:48   ` Arun Isaac

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).