help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Automatic flyspell


From: Haines Brown
Subject: Automatic flyspell
Date: Fri, 20 Feb 2015 11:46:21 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4 (gnu/linux)

In exploring how to get flyspell enabled for all text files, I get
impression these should work, but despite them I remain in the
Fundamental mode with the only minor mode being Fill.

(dolist (hook '(Lispt-mode-hook ...))
      (add-hook hook #'flyspell-mode))

(add-hook 'text-mode-hook 'flyspell-mode)


reply via email to

[Prev in Thread] Current Thread [Next in Thread]