[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#28300] [PATCH] gnu: Add emacs-tiny.
From: |
Oleg Pykhalov |
Subject: |
[bug#28300] [PATCH] gnu: Add emacs-tiny. |
Date: |
Wed, 30 Aug 2017 23:24:06 +0300 |
>From fd89a9b38f93ec92be10e3c37f6a8df0689a68ae Mon Sep 17 00:00:00 2001
From: Oleg Pykhalov <address@hidden>
Date: Wed, 30 Aug 2017 23:11:38 +0300
Subject: [PATCH] gnu: Add emacs-tiny.
* gnu/packages/emacs.scm (emacs-tiny): New variable.
---
gnu/packages/emacs.scm | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)
diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index 956f222ce..0a6e7628f 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -5994,3 +5994,23 @@ current match, total matches and exit status.
@item Search @code{GTAGSLIBPATH} for references and symbols.
@end itemize\n")
(license license:gpl3+)))
+
+(define-public emacs-tiny
+ (package
+ (name "emacs-tiny")
+ (version "0.1.1")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append "http://elpa.gnu.org/packages/tiny-" version
".tar"))
+ (sha256
+ (base32
+ "1nhg8375qdn457wj0xmfaj72s87xbabk2w1nl6q7rjvwxv08yyn7"))))
+ (build-system emacs-build-system)
+ (home-page "https://github.com/abo-abo/tiny")
+ (synopsis "Quickly generate linear ranges in Emacs")
+ (description "@code{tiny} extension main command is @code{tiny-expand}.
+It's meant to quickly generate linear ranges, e.g. 5, 6, 7, 8. Some elisp
+proficiency is an advantage, since you can transform your numeric range with
+an elisp expression.")
+ (license license:gpl3+)))
--
2.14.1
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [bug#28300] [PATCH] gnu: Add emacs-tiny.,
Oleg Pykhalov <=