equal
deleted
inserted
replaced
394 (global-set-key (kbd "\e\er") 'query-replace-regexp) |
394 (global-set-key (kbd "\e\er") 'query-replace-regexp) |
395 |
395 |
396 ;; Disable suspend. 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 (global-set-key (kbd "C-x C-z") nil) |
|
399 |
|
400 ;; Make old Emacs key binding like in Emacs 23.x. |
|
401 (when (< emacs-major-version 23) |
|
402 (global-set-key (kbd "M-s o") 'occur) |
|
403 ) |
399 |
404 |
400 ;; (global-set-key [language-change] 'ignore) |
405 ;; (global-set-key [language-change] 'ignore) |
401 |
406 |
402 ;;; ---------------------------------------------------------------- |
407 ;;; ---------------------------------------------------------------- |
403 ;;; coding system, charset, locale, lang. |
408 ;;; coding system, charset, locale, lang. |