bb4a876c06
to refer manuals with describe-* like interface. Repo-copied from: japanese/elisp-info
8 lines
395 B
Text
8 lines
395 B
Text
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
|
;; 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)
|
|
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|