Skip to content
jorgenschaefer edited this page Oct 8, 2012 · 26 revisions

Circe

Circe is a Client for IRC in Emacs.

The picture shows "Circe Offering the Cup to Odysseus", by John William Waterhouse (1849–1917); currently in the Oldham Art Gallery, Oldham, U.K.

Documentation

Installation

In a shell:

mkdir -d ~/.emacs.d/lisp/
cd ~/.emacs.d/lisp
git clone git://github.com/jorgenschaefer/circe.git

Then add the following to your .emacs file:

(add-to-list 'load-path "~/.emacs.d/lisp/circe/lisp")
(require 'circe)

The next time you start your Emacs, you should be able to use M-x circe to connect to IRC.

Screenshot

It looks like Emacs. Except it has IRC.

Full size version

Other Clients for Emacs

Clone this wiki locally