aboutsummaryrefslogtreecommitdiff
path: root/.emacsrc
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2004-10-15 13:43:31 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2004-10-15 13:43:31 +0000
commita3c48b7d015bb5900acc2c1a2ec9d9c176ea983b (patch)
treeeebfb969593b415ba1c057f20ec773891f029af2 /.emacsrc
parent368a37d640f2430df6c78e512dfa84d2911069b5 (diff)
downloadellinika-a3c48b7d015bb5900acc2c1a2ec9d9c176ea983b.tar.gz
ellinika-a3c48b7d015bb5900acc2c1a2ec9d9c176ea983b.tar.bz2
Set up for spell checking
git-svn-id: file:///home/puszcza/svnroot/ellinika/trunk@247 941c8c0f-9102-463b-b60b-cd22ce0e6858
Diffstat (limited to '.emacsrc')
-rw-r--r--.emacsrc11
1 files changed, 11 insertions, 0 deletions
diff --git a/.emacsrc b/.emacsrc
index b00e63c..8428a3b 100644
--- a/.emacsrc
+++ b/.emacsrc
@@ -13,4 +13,15 @@
(load-file "elisp/ellinika-dict-mode.el")
+(setq ispell-program-name "aspell")
+(setq ispell-extra-args (list "--encoding=utf-8"))
+
+(require 'ispell)
+(setq ispell-dictionary-alist
+ (append '(("russian" "" "" "" nil ("-d" "russian") nil utf-8)
+ ("greek" "" "" "[---]" nil ("-B" "-d" "el") "~tex" utf-8))
+ ispell-dictionary-alist))
+
+
(setq w3-default-homepage "http://localhost/cgi-bin/dict.cgi")
+

Return to:

Send suggestions and report system problems to the System administrator.