|
|
@ -74,6 +74,8 @@ |
|
|
(define-key 'help-command (kbd "C-v") 'find-variable) |
|
|
(define-key 'help-command (kbd "C-v") 'find-variable) |
|
|
(define-key 'help-command (kbd "C-l") 'find-library) |
|
|
(define-key 'help-command (kbd "C-l") 'find-library) |
|
|
|
|
|
|
|
|
|
|
|
(define-key 'help-command (kbd "C-i") 'info-display-manual) |
|
|
|
|
|
|
|
|
;; a complement to the zap-to-char command, that doesn't eat up the target character |
|
|
;; a complement to the zap-to-char command, that doesn't eat up the target character |
|
|
(autoload 'zap-up-to-char "misc" "Kill up to, but not including ARGth occurrence of CHAR.") |
|
|
(autoload 'zap-up-to-char "misc" "Kill up to, but not including ARGth occurrence of CHAR.") |
|
|
(global-set-key (kbd "M-Z") 'zap-up-to-char) |
|
|
(global-set-key (kbd "M-Z") 'zap-up-to-char) |
|
|
|