guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: gnu: Add emacs-erc-hl-nicks.


From: Arun Isaac
Subject: 01/01: gnu: Add emacs-erc-hl-nicks.
Date: Thu, 10 Aug 2017 05:28:37 -0400 (EDT)

arunisaac pushed a commit to branch master
in repository guix.

commit 27feda65e769c72adc8f20f59bfdb299e38b99bd
Author: Oleg Pykhalov <address@hidden>
Date:   Tue Aug 8 20:55:21 2017 +0300

    gnu: Add emacs-erc-hl-nicks.
    
    * gnu/packages/emacs.scm (emacs-erc-hl-nicks): New variable.
    
    Signed-off-by: Arun Isaac <address@hidden>
---
 gnu/packages/emacs.scm | 27 +++++++++++++++++++++++++++
 1 file changed, 27 insertions(+)

diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index 2cb3763..5f33436 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -5283,3 +5283,30 @@ internally.")
 created by @code{git format-patch}, from @code{magit}, @code{dired} and
 @code{ibuffer} buffers.")
     (license license:gpl3+)))
+
+(define-public emacs-erc-hl-nicks
+  (package
+    (name "emacs-erc-hl-nicks")
+    (version "1.3.2")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (string-append "https://github.com/leathekd/erc-hl-nicks";
+                           "/archive/" version ".tar.gz"))
+       (file-name (string-append name "-" version ".tar.gz"))
+       (sha256
+        (base32
+         "01svpl9bps5kx4y1wnymakxya2cznqmlynvqv2r500wpnbxczrbs"))))
+    (build-system emacs-build-system)
+    (synopsis "Nickname highlighting for Emacs ERC")
+    (description "@code{erc-hl-nicks} highlights nicknames in ERC, an IRC
+client for Emacs.  The main features are:
address@hidden
address@hidden Auto-colorizes nicknames without having to specify colors
address@hidden Ignores certain characters that IRC clients add to nicknames to 
avoid
+duplicates (nickname, nickname’, nickname\", etc.)
address@hidden Attempts to produce colors with a sufficient amount of contrast 
between
+the nick color and the background color
address@hidden itemize\n")
+    (home-page "https://github.com/leathekd/erc-hl-nicks";)
+    (license license:gpl3+)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]