aboutsummaryrefslogtreecommitdiff
path: root/.emacsrc
diff options
context:
space:
mode:
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.