aboutsummaryrefslogtreecommitdiff
path: root/.emacsrc
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2004-02-13 14:21:02 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2004-02-13 14:21:02 +0000
commitcf6bfb57a877b35ffae958c2baa11fc4bebd93e5 (patch)
tree93f0d7b92a513a4b02bb6111675235fa5a8301d4 /.emacsrc
parenteb7a03ba9271bf0956686e9e3ecad5b511b1d637 (diff)
downloadellinika-cf6bfb57a877b35ffae958c2baa11fc4bebd93e5.tar.gz
ellinika-cf6bfb57a877b35ffae958c2baa11fc4bebd93e5.tar.bz2
Initial revision
git-svn-id: file:///home/puszcza/svnroot/ellinika/trunk@2 941c8c0f-9102-463b-b60b-cd22ce0e6858
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.