Add color to nicknames in circe buffers
This commit is contained in:
parent
dc12ea13f6
commit
840d1f06a3
1 changed files with 9 additions and 0 deletions
|
@ -192,6 +192,15 @@ wanted it. So now I use Circe.
|
||||||
'("^\#mowedline$" oni:display-in-minibufferless-frame))
|
'("^\#mowedline$" oni:display-in-minibufferless-frame))
|
||||||
#+END_SRC
|
#+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
|
* Provide the right feature
|
||||||
|
|
||||||
In order to be able to use =(require 'circe-init)= we must first
|
In order to be able to use =(require 'circe-init)= we must first
|
||||||
|
|
Loading…
Reference in a new issue