Skip to content

Using fly spell mode

The following code activates Fly Spell Mode for rcirc buffers:

emacs-lisp
(add-hook 'rcirc-mode-hook (lambda ()
                             (flyspell-mode 1)))

See Flyspell mode in The GNU Emacs Manual, for details.