aboutsummaryrefslogtreecommitdiff
path: root/.emacsrc
blob: 01ab4d9d82bda5723e1fd054cebe9fec02f88d5b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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")

Return to:

Send suggestions and report system problems to the System administrator.