aboutsummaryrefslogtreecommitdiff
path: root/.emacsrc
diff options
context:
space:
mode:
Diffstat (limited to '.emacsrc')
-rw-r--r--.emacsrc6
1 files changed, 4 insertions, 2 deletions
diff --git a/.emacsrc b/.emacsrc
index 01ab4d9..b00e63c 100644
--- a/.emacsrc
+++ b/.emacsrc
@@ -6,9 +6,11 @@
(interactive "p")
(set-input-method 'cyrillic-yawerty))
-
(set-language-environment 'utf-8)
(global-set-key "\M-g" 'greek-input)
(global-set-key "\M-r" 'russian-input)
-(setq w3-default-homepage "http://localhost/cgi-bin/dict.cgi") \ No newline at end of file
+
+(load-file "elisp/ellinika-dict-mode.el")
+
+(setq w3-default-homepage "http://localhost/cgi-bin/dict.cgi")

Return to:

Send suggestions and report system problems to the System administrator.