Archive for the ‘emacs’ Category

Turning flyspell mode on in comments

October 29, 2004

Add:

(add-hook `c-mode-hook `flyspell-prog-mode)

to your ~/.xemacs/init.el file and your comments (and only your comments) will be spell checked.