[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/07: gnu: Add emacs-tablist.
From: |
Alex Kost |
Subject: |
01/07: gnu: Add emacs-tablist. |
Date: |
Thu, 28 Sep 2017 11:45:30 -0400 (EDT) |
alezost pushed a commit to branch master
in repository guix.
commit 060348d2a4687143b64a5c24c661a602e277cba3
Author: Alex Kost <address@hidden>
Date: Wed Sep 20 19:35:49 2017 +0300
gnu: Add emacs-tablist.
* gnu/packages/emacs.scm (emacs-tablist): New variable.
---
gnu/packages/emacs.scm | 22 ++++++++++++++++++++++
1 file changed, 22 insertions(+)
diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index 6cc4cff..96f6c72 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -1276,6 +1276,28 @@ Maps directly inside Emacs.")
single buffer.")
(license license:gpl3+)))
+(define-public emacs-tablist
+ (package
+ (name "emacs-tablist")
+ (version "0.70")
+ (source (origin
+ (method url-fetch)
+ (uri (string-append
+ "https://github.com/politza/tablist/archive/v"
+ version ".tar.gz"))
+ (file-name (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32
+ "177d6s7ym1mwz1nhnl09r14z3n093g9a2szm97xsaig0c204xz9c"))))
+ (build-system emacs-build-system)
+ (home-page "https://github.com/politza/tablist")
+ (synopsis "Extension for @code{tabulated-list-mode}")
+ (description "Tablist is the Emacs package that provides several
+additional features to @code{tabulated-list-mode}: it adds marks,
+filters, new key bindings and faces. It can be enabled by
address@hidden or @code{tablist-minor-mode} commands.")
+ (license license:gpl3+)))
+
(define-public emacs-pdf-tools
(package
(name "emacs-pdf-tools")
- 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 <=
- 06/07: gnu: Add emacs-jinja2-mode., Alex Kost, 2017/09/28
- 03/07: gnu: dunst: Update to 1.2.0., Alex Kost, 2017/09/28
- 07/07: gnu: Add cadaver., Alex Kost, 2017/09/28