From: Vinicius Monego <monego@posteo.net>
To: 72109@debbugs.gnu.org
Cc: Vinicius Monego <monego@posteo.net>
Subject: [bug#72109] [PATCH] gnu: Add emacs-centaur-tabs.
Date: Sun, 14 Jul 2024 13:37:59 +0000 [thread overview]
Message-ID: <b5be4171d329fc70d3e624d07a92630ceb972b04.1720964236.git.monego@posteo.net> (raw)
* 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
next reply other threads:[~2024-07-14 13:40 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-07-14 13:37 Vinicius Monego [this message]
2024-07-21 13:40 ` bug#72109: [PATCH] gnu: Add emacs-centaur-tabs Nicolas Goaziou via Guix-patches via
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=b5be4171d329fc70d3e624d07a92630ceb972b04.1720964236.git.monego@posteo.net \
--to=monego@posteo.net \
--cc=72109@debbugs.gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.