aboutsummaryrefslogtreecommitdiff
path: root/.emacsrc
diff options
context:
space:
mode:
Diffstat (limited to '.emacsrc')
-rw-r--r--.emacsrc14
1 files changed, 14 insertions, 0 deletions
diff --git a/.emacsrc b/.emacsrc
new file mode 100644
index 0000000..01ab4d9
--- /dev/null
+++ b/.emacsrc
@@ -0,0 +1,14 @@
+(defun greek-input (arg)
+ (interactive "p")
+ (set-input-method 'greek))
+
+(defun russian-input (arg)
+ (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

Return to:

Send suggestions and report system problems to the System administrator.