# HG changeset patch # User Oleksandr Gavenko # Date 1229788162 -7200 # Node ID 52a334c6c9084a896ee519f37503bb610bb8805a # Parent e921a5d906ca79fc5d1b8781f557ba3d994e5460 As spell programm use ispell. diff -r e921a5d906ca -r 52a334c6c908 .emacs-my --- a/.emacs-my Sat Dec 20 17:48:49 2008 +0200 +++ b/.emacs-my Sat Dec 20 17:49:22 2008 +0200 @@ -585,6 +585,7 @@ ;; ;; Spell +(setq ispell-program-name "ispell") ;(setq ispell-dictionary "russianw"); default dictionary ;(setq ispell-local-dictionary "russianw"); default dictionary ;(add-hook 'text-mode-hook 'flyspell-mode)