.emacs-my
changeset 775 a7253eb62dee
parent 774 ebfb1eb5cf56
child 776 1e680ded54d1
--- a/.emacs-my	Mon Nov 07 14:21:32 2011 +0200
+++ b/.emacs-my	Mon Nov 07 22:42:40 2011 +0200
@@ -1047,12 +1047,11 @@
 (setq comint-eol-on-send t)
 
 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
-(message "spell, ispell, aspell")
+(message "spell, ispell, aspell, flyspell")
 
 ;; Settings for spelling done in '.emacs-autogen'.
-;(add-hook 'text-mode-hook 'flyspell-mode)
-;(setq flyspell-default-dictionary "russianw")
-;(setq flyspell-delay '1)
+
+(add-hook 'log-edit-mode-hook 'flyspell-mode)
 
 ;; (setq-default ispell-extra-args  '("--sug-mode=ultra"))