Next: Scrolling conservatively, Previous: Skipping /away messages using handlers, Up: Hacking and Tweaking [Contents][Index]
/away
The following code activates Fly Spell Mode for rcirc buffers:
rcirc
(add-hook 'rcirc-mode-hook (lambda () (flyspell-mode 1)))
See Flyspell mode in The GNU Emacs Manual, for details.