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