9c267f96ac
editor. Most features are implemented via module extensions. For example, DCC (Direct Client-to-Client) can be enabled at the user's option. inputs and ok deanna@
12 lines
309 B
Plaintext
12 lines
309 B
Plaintext
Here is a sample configuration you could want to add to your .emacs:
|
|
|
|
(load-library "zenirc")
|
|
|
|
(eval-after-load "zenirc"
|
|
'(progn
|
|
(load "zenirc-chanbuf.elc")
|
|
(add-hook 'zenirc-mode-hook 'zenirc-chanbuf-minor-mode)))
|
|
|
|
(setq zenirc-server-alist
|
|
'(("IRCSERVER" IRCPORT SERVERPASS "NICK" nil)))
|