[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/10: gnu: Add emacs-color-identifiers-mode.
|
From: |
guix-commits |
|
Subject: |
04/10: gnu: Add emacs-color-identifiers-mode. |
|
Date: |
Sun, 7 Jan 2024 11:02:14 -0500 (EST) |
civodul pushed a commit to branch master
in repository guix.
commit c784c0f43f496e134ef68dbcfbb78d95283796fa
Author: Rostislav Svoboda <rostislav.svoboda@gmail.com>
AuthorDate: Sun Nov 19 10:30:59 2023 +0100
gnu: Add emacs-color-identifiers-mode.
* gnu/packages/emacs-xyz.scm (emacs-color-identifiers-mode): New variable.
Change-Id: I1243d468f0ebb39715438fb814d0691dac785515
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
gnu/packages/emacs-xyz.scm | 24 ++++++++++++++++++++++++
1 file changed, 24 insertions(+)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index f2953295c2..64cc7e163d 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -11395,6 +11395,30 @@ package provides a light and a dark variant.")
Solarized color scheme.")
(license license:expat))))
+(define-public emacs-color-identifiers-mode
+ (let ((commit "a26d00d898e0a3295cb7da9323046397223ea1fe")
+ (revision "0"))
+ (package
+ (name "emacs-color-identifiers-mode")
+ (version (git-version "1.1" revision commit))
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/ankurdave/color-identifiers-mode")
+ (commit commit)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "1kky827f922ziiwasrfnv97vqdf62fp9yml36x1fjsm2h6qw0c8v"))))
+ (build-system emacs-build-system)
+ (propagated-inputs (list emacs-dash))
+ (home-page "https://github.com/ankurdave/color-identifiers-mode")
+ (synopsis "Minor mode for coloring identifiers based on their names")
+ (description
+ "This package provides an Emacs minor mode to highlight each source
+code identifier uniquely based on its name.")
+ (license license:gpl3+))))
+
(define-public emacs-poet-theme
(let ((commit "16eb694f0755c04c4db98614d0eca1199fddad70")
(revision "1"))
- branch master updated (b212e69346 -> 5f8a993aa8), guix-commits, 2024/01/07
- 01/10: gnu: shepherd: Update to 0.10.3., guix-commits, 2024/01/07
- 02/10: gnu: valgrind: Update to 3.22.0., guix-commits, 2024/01/07
- 03/10: gnu: go-golang-org-x-sys: Update to 0.8.0., guix-commits, 2024/01/07
- 04/10: gnu: Add emacs-color-identifiers-mode.,
guix-commits <=
- 09/10: gnu: mkvtoolnix: Update to 80.0., guix-commits, 2024/01/07
- 05/10: build-system/zig: Add cross-compilation support., guix-commits, 2024/01/07
- 08/10: gnu: libmatroska: Update to 1.7.1., guix-commits, 2024/01/07
- 10/10: gnu: mkvtoolnix: Remove input labels and use gexps., guix-commits, 2024/01/07
- 06/10: gnu: python-uqbar: Update to 0.5.9., guix-commits, 2024/01/07
- 07/10: gnu: Add emacs-adwaita-dark-theme, guix-commits, 2024/01/07