equal
deleted
inserted
replaced
391 (global-set-key (kbd "C-x d") 'find-file) |
391 (global-set-key (kbd "C-x d") 'find-file) |
392 |
392 |
393 (global-set-key (kbd "\e\eg") 'goto-line) |
393 (global-set-key (kbd "\e\eg") 'goto-line) |
394 (global-set-key (kbd "\e\er") 'query-replace-regexp) |
394 (global-set-key (kbd "\e\er") 'query-replace-regexp) |
395 |
395 |
396 ;; Disable C-z, it ugly. |
396 ;; Disable suspend. It ugly. |
397 (if window-system (global-set-key (kbd "C-z") 'nil)) |
397 (if window-system (global-set-key (kbd "C-z") nil)) |
|
398 (global-set-key (kbd "C-x C-z") nil) |
398 |
399 |
399 ;; (global-set-key [language-change] 'ignore) |
400 ;; (global-set-key [language-change] 'ignore) |
400 |
401 |
401 ;; ====================================================================== |
402 ;; ====================================================================== |
402 ;; coding system, charset, locale, lang. |
403 ;; coding system, charset, locale, lang. |