649 (setq explicit-bash-args '("-i")) |
649 (setq explicit-bash-args '("-i")) |
650 (setq explicit-sh-args '("-i")) |
650 (setq explicit-sh-args '("-i")) |
651 ) |
651 ) |
652 |
652 |
653 ;; ====================================================================== |
653 ;; ====================================================================== |
654 ;; spell, ispall, aspell. |
654 ;; spell, ispell, aspell. |
655 |
655 |
656 (setq ispell-program-name "ispell") |
656 ;; Settings for spelling done in '.emacs-autogen'. |
657 ;(setq ispell-dictionary "russianw"); default dictionary |
|
658 ;(setq ispell-local-dictionary "russianw"); default dictionary |
|
659 ;(add-hook 'text-mode-hook 'flyspell-mode) |
657 ;(add-hook 'text-mode-hook 'flyspell-mode) |
660 ;(setq flyspell-default-dictionary "russianw") |
658 ;(setq flyspell-default-dictionary "russianw") |
661 ;(setq flyspell-delay '1) |
659 ;(setq flyspell-delay '1) |
662 ;; (setq ispell-local-dictionary-alist |
|
663 ;; '((nil ; default (english.aff) |
|
664 ;; "[A-Za-z]" "[^A-Za-z]" "[']" nil ("-B") nil iso-8859-1) |
|
665 ;; ("UK-xlg" ; english large version |
|
666 ;; "[A-Za-z]" "[^A-Za-z]" "[']" nil ("-B" "-d" "UK-xlg") nil iso-8859-1) |
|
667 ;; ("US-xlg" ; american large version |
|
668 ;; "[A-Za-z]" "[^A-Za-z]" "[']" nil ("-B" "-d" "US-xlg") nil iso-8859-1) |
|
669 ;; ) |
|
670 ;; ) |
|
671 |
660 |
672 ;; ====================================================================== |
661 ;; ====================================================================== |
673 ;; GTD, PIM, organize, todo mode. |
662 ;; GTD, PIM, organize, todo mode. |
674 |
663 |
675 ;; ---------------------------------------------------------------------- |
664 ;; ---------------------------------------------------------------------- |