* [bug#72109] [PATCH] gnu: Add emacs-centaur-tabs.
@ 2024-07-14 13:37 Vinicius Monego
2024-07-21 13:40 ` bug#72109: " Nicolas Goaziou via Guix-patches via
0 siblings, 1 reply; 2+ messages in thread
From: Vinicius Monego @ 2024-07-14 13:37 UTC (permalink / raw)
To: 72109; +Cc: Vinicius Monego
* gnu/packages/emacs-xyz.scm (emacs-centaur-tabs): New variable.
Change-Id: I8ebeb67fa29d18c193fea7bf0a7a6687037b50f1
---
gnu/packages/emacs-xyz.scm | 22 ++++++++++++++++++++++
1 file changed, 22 insertions(+)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 99e1d4c65c..725fc77c04 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -15081,6 +15081,28 @@ (define-public emacs-eterm-256color
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")
base-commit: bcd627f58e74ce44cc96a9aac37c6d9e9e3c0dcc
--
2.39.2
^ permalink raw reply related [flat|nested] 2+ messages in thread
* bug#72109: [PATCH] gnu: Add emacs-centaur-tabs.
2024-07-14 13:37 [bug#72109] [PATCH] gnu: Add emacs-centaur-tabs Vinicius Monego
@ 2024-07-21 13:40 ` Nicolas Goaziou via Guix-patches via
0 siblings, 0 replies; 2+ messages in thread
From: Nicolas Goaziou via Guix-patches via @ 2024-07-21 13:40 UTC (permalink / raw)
To: Vinicius Monego; +Cc: 72109-done
Hello,
Vinicius Monego <monego@posteo.net> writes:
> * gnu/packages/emacs-xyz.scm (emacs-centaur-tabs): New variable.
Applied. Thank you.
Regards,
--
Nicolas Goaziou
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-07-21 13:41 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-14 13:37 [bug#72109] [PATCH] gnu: Add emacs-centaur-tabs Vinicius Monego
2024-07-21 13:40 ` bug#72109: " Nicolas Goaziou via Guix-patches via
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.