File: erc-spelling.el.html
This is an ERC module to enable flyspell mode in ERC buffers. This ensures correct behavior of flyspell, and even sets up a channel-local dictionary if so required.
Defined variables (3)
erc-spelling-dictionaries | An alist mapping buffer names to dictionaries. |
erc-spelling-mode | Non-nil if Erc-Spelling mode is enabled. |
erc-spelling-mode-hook | Hook run after entering or leaving ‘erc-spelling-mode’. |
Defined functions (6)
erc-spelling-disable | () |
erc-spelling-enable | () |
erc-spelling-flyspell-verify | () |
erc-spelling-init | (BUFFER) |
erc-spelling-mode | (&optional ARG) |
erc-spelling-unhighlight-word | (WORD) |