aboutsummaryrefslogtreecommitdiff
path: root/.emacsrc
diff options
context:
space:
mode:
Diffstat (limited to '.emacsrc')
-rw-r--r--.emacsrc2
1 files changed, 2 insertions, 0 deletions
diff --git a/.emacsrc b/.emacsrc
index 8428a3b..98c8b12 100644
--- a/.emacsrc
+++ b/.emacsrc
@@ -11,6 +11,8 @@
(global-set-key "\M-g" 'greek-input)
(global-set-key "\M-r" 'russian-input)
+(setq load-path (cons "elisp" load-path))
+(load-file "elisp/ellinika-mode.el")
(load-file "elisp/ellinika-dict-mode.el")
(setq ispell-program-name "aspell")

Return to:

Send suggestions and report system problems to the System administrator.