-
Notifications
You must be signed in to change notification settings - Fork 51
Home
Jorgen Schaefer edited this page Oct 7, 2012
·
26 revisions
Circe is a Client for IRC in Emacs. It's one of several IRC clients for the versatile editor.
- Introduction to IRC, if you do not know what IRC is.
- Features, a quick list of features of the client
- Manual, the Circe user manual
- Hacking, if you want to contribute to Circe
- Lui, the Linewise User Interface
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.
It looks like Emacs. Except it has IRC.