From 840d1f06a32bc4692b2045768f804dd3a0a3679d Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Mon, 8 Feb 2016 01:02:00 +0100 Subject: Add color to nicknames in circe buffers --- emacs/.emacs.d/init-circe.org | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'emacs') diff --git a/emacs/.emacs.d/init-circe.org b/emacs/.emacs.d/init-circe.org index e425525..81d3612 100644 --- a/emacs/.emacs.d/init-circe.org +++ b/emacs/.emacs.d/init-circe.org @@ -192,6 +192,15 @@ wanted it. So now I use Circe. '("^\#mowedline$" oni:display-in-minibufferless-frame)) #+END_SRC +* Show colored nicks + + Show colored nicks in IRC buffers. + + #+BEGIN_SRC emacs-lisp + (require 'circe-color-nicks) + (enable-circe-color-nicks) + #+END_SRC + * Provide the right feature In order to be able to use =(require 'circe-init)= we must first -- cgit v1.2.3-54-g00ecf