flyspell

自動的にispellでスペルチェックしてくれます.

導入

  1. Meadow標準添付ですので, 設定を.emacsに書くだけです:
    (autoload 'flyspell-mode "flyspell" "On-the-fly spelling checking" t)
    (setq ispell-parser 'tex)
    

参考