Colorizing the IRC nicks
Make it easier to follow threads
This commit is contained in:
parent
a05a473093
commit
ac229daab0
1 changed files with 4 additions and 2 deletions
|
@ -41,9 +41,11 @@ The [[https://github.com/emacs-circe/circe][circe project]] (see the [[http://ww
|
||||||
:config
|
:config
|
||||||
;; Trick to ignore the PART and QUIT messages:
|
;; Trick to ignore the PART and QUIT messages:
|
||||||
(circe-set-display-handler "PART" (lambda (&rest ignored) nil))
|
(circe-set-display-handler "PART" (lambda (&rest ignored) nil))
|
||||||
(circe-set-display-handler "QUIT" (lambda (&rest ignored) nil)))
|
(circe-set-display-handler "QUIT" (lambda (&rest ignored) nil))
|
||||||
#+END_SRC
|
|
||||||
|
|
||||||
|
(require 'circe-color-nicks)
|
||||||
|
(enable-circe-color-nicks))
|
||||||
|
#+END_SRC
|
||||||
* ZNC Server
|
* ZNC Server
|
||||||
I'm using my own ZNC server, and I need to log in with a password stored in my GPG auth storage:
|
I'm using my own ZNC server, and I need to log in with a password stored in my GPG auth storage:
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue