yatex

diff yatexhks.el @ 255:214702e4df54

SPC is the same as `y' like y-or-n-p(YaTeX::label-rename-refs).
author HIROSE Yuuji <yuuji@gentei.org>
date Sun, 12 Feb 2012 10:50:18 +0900
parents dd4887f78a1f
children 2a72779d9c50
line diff
     1.1 --- a/yatexhks.el	Tue Dec 16 13:33:40 1997 +0000
     1.2 +++ b/yatexhks.el	Sun Feb 12 10:50:18 2012 +0900
     1.3 @@ -41,6 +41,13 @@
     1.4    '(lambda () (interactive) (YaTeX-make-section nil nil nil "setlength")))
     1.5  (define-key YaTeX-user-extensional-map "b"
     1.6    '(lambda () (interactive) (YaTeX-make-fontsize nil "bf")))
     1.7 +(define-key YaTeX-user-extensional-map "I" 'YaTeX-browse-info)
     1.8 +
     1.9 +(defun YaTeX-browse-info ()
    1.10 +  "Browse YaTeX's info"
    1.11 +  (interactive)
    1.12 +  (require 'info)
    1.13 +  (Info-goto-node (if YaTeX-japan "(yatexj)Top" "(yatexe)Top")))
    1.14  
    1.15  
    1.16  ;