.emacs-my
changeset 387 7340a863ae23
parent 385 f0e9718ec640
child 388 c7a4c56c60ec
--- a/.emacs-my	Sun Apr 25 23:09:13 2010 +0300
+++ b/.emacs-my	Mon Apr 26 17:04:33 2010 +0300
@@ -651,23 +651,12 @@
   )
 
 ;; ======================================================================
-;; spell, ispall, aspell.
+;; spell, ispell, aspell.
 
-(setq ispell-program-name "ispell")
-;(setq ispell-dictionary "russianw"); default dictionary
-;(setq ispell-local-dictionary "russianw"); default dictionary
+;; Settings for spelling done in '.emacs-autogen'.
 ;(add-hook 'text-mode-hook 'flyspell-mode)
 ;(setq flyspell-default-dictionary "russianw")
 ;(setq flyspell-delay '1)
-;; (setq ispell-local-dictionary-alist
-;;   '((nil             ; default (english.aff)
-;;      "[A-Za-z]" "[^A-Za-z]" "[']" nil ("-B") nil iso-8859-1)
-;;     ("UK-xlg"                ; english large version
-;;      "[A-Za-z]" "[^A-Za-z]" "[']" nil ("-B" "-d" "UK-xlg") nil iso-8859-1)
-;;     ("US-xlg"                ; american large version
-;;      "[A-Za-z]" "[^A-Za-z]" "[']" nil ("-B" "-d" "US-xlg") nil iso-8859-1)
-;;    )
-;; )
 
 ;; ======================================================================
 ;; GTD, PIM, organize, todo mode.