From ac229daab0b2f128e2a515b356b5e37513f3652d Mon Sep 17 00:00:00 2001 From: Howard Abrams Date: Thu, 3 Mar 2022 15:08:32 -0800 Subject: [PATCH] Colorizing the IRC nicks Make it easier to follow threads --- ha-irc.org | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/ha-irc.org b/ha-irc.org index 4943247..f4060bd 100644 --- a/ha-irc.org +++ b/ha-irc.org @@ -41,9 +41,11 @@ The [[https://github.com/emacs-circe/circe][circe project]] (see the [[http://ww :config ;; Trick to ignore the PART and QUIT messages: (circe-set-display-handler "PART" (lambda (&rest ignored) nil)) - (circe-set-display-handler "QUIT" (lambda (&rest ignored) nil))) -#+END_SRC + (circe-set-display-handler "QUIT" (lambda (&rest ignored) nil)) + (require 'circe-color-nicks) + (enable-circe-color-nicks)) +#+END_SRC * ZNC Server I'm using my own ZNC server, and I need to log in with a password stored in my GPG auth storage: