gnu: Add emacs-centaur-tabs.
* gnu/packages/emacs-xyz.scm (emacs-centaur-tabs): New variable. Change-Id: I8ebeb67fa29d18c193fea7bf0a7a6687037b50f1 Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>master
parent
ed96335f06
commit
5f3bc3bd0d
|
@ -15129,6 +15129,28 @@ suggestion is taken.")
|
|||
customizable 256 color support to @code{term} and @code{ansi-term}.")
|
||||
(license license:gpl3+)))
|
||||
|
||||
(define-public emacs-centaur-tabs
|
||||
(package
|
||||
(name "emacs-centaur-tabs")
|
||||
(version "3.2")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/ema2159/centaur-tabs")
|
||||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1z7b3s29xb0n25bfbbm1wrcap9dvig5zi5fcnvlyrl9si9565948"))))
|
||||
(build-system emacs-build-system)
|
||||
(propagated-inputs (list emacs-all-the-icons emacs-powerline))
|
||||
(home-page "https://github.com/ema2159/centaur-tabs")
|
||||
(synopsis "Modern looking tabs plugin for Emacs")
|
||||
(description
|
||||
"This projects aims to become an aesthetic, functional and
|
||||
efficient tabs plugin for Emacs with a lot of customization options.")
|
||||
(license license:gpl3+)))
|
||||
|
||||
(define-public emacs-mocker
|
||||
(package
|
||||
(name "emacs-mocker")
|
||||
|
|
Reference in New Issue