|
|
|
@ -65,6 +65,9 @@ |
|
|
|
;; A complementary binding to the apropos-command (C-h a) |
|
|
|
(define-key 'help-command "A" 'apropos) |
|
|
|
|
|
|
|
;; A quick major mode help with discover-my-major |
|
|
|
(define-key 'help-command (kbd "C-m") 'discover-my-major) |
|
|
|
|
|
|
|
(define-key 'help-command (kbd "C-f") 'find-function) |
|
|
|
(define-key 'help-command (kbd "C-k") 'find-function-on-key) |
|
|
|
(define-key 'help-command (kbd "C-v") 'find-variable) |
|
|
|
|