summaryrefslogtreecommitdiff
path: root/editors/mode-info/pkg-message
blob: 9ac64faa87372b38194490405b5c702a34e71691 (plain) (blame)
1
2
3
4
5
6
7
8
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;  You should add following lines into your ~/.emacs
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
(require 'mi-config)
(global-set-key "\C-hf" 'mode-info-describe-function)
(global-set-key "\C-hv" 'mode-info-describe-variable)
(global-set-key "\M-." 'mode-info-find-tag)
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;