.emacs-my
changeset 105 52a334c6c908
parent 104 e921a5d906ca
child 107 817be82fdfc9
equal deleted inserted replaced
104:e921a5d906ca 105:52a334c6c908
   583 
   583 
   584 ;; ======================================================================
   584 ;; ======================================================================
   585 ;;
   585 ;;
   586 ;; Spell
   586 ;; Spell
   587 
   587 
       
   588 (setq ispell-program-name "ispell")
   588 ;(setq ispell-dictionary "russianw"); default dictionary
   589 ;(setq ispell-dictionary "russianw"); default dictionary
   589 ;(setq ispell-local-dictionary "russianw"); default dictionary
   590 ;(setq ispell-local-dictionary "russianw"); default dictionary
   590 ;(add-hook 'text-mode-hook 'flyspell-mode)
   591 ;(add-hook 'text-mode-hook 'flyspell-mode)
   591 ;(setq flyspell-default-dictionary "russianw")
   592 ;(setq flyspell-default-dictionary "russianw")
   592 ;(setq flyspell-delay '1)
   593 ;(setq flyspell-delay '1)