(Citations Outside LaTeX): Simpify lisp example.
This commit is contained in:
parent
503fac660a
commit
b4e9f6f6af
2 changed files with 6 additions and 2 deletions
|
@ -1,3 +1,7 @@
|
|||
2006-09-12 Reiner Steib <Reiner.Steib@gmx.de>
|
||||
|
||||
* reftex.texi (Citations Outside LaTeX): Simpify lisp example.
|
||||
|
||||
2006-09-12 Paul Eggert <eggert@cs.ucla.edu>
|
||||
|
||||
* faq.texi (Escape sequences in shell output): EMACS is now set
|
||||
|
|
|
@ -1929,8 +1929,8 @@ binding for @code{reftex-cite-format}.
|
|||
@lisp
|
||||
(add-hook 'mail-setup-hook
|
||||
(lambda () (define-key mail-mode-map "\C-c["
|
||||
(lambda () (interactive)
|
||||
(require 'reftex)
|
||||
(lambda ()
|
||||
(interactive)
|
||||
(let ((reftex-cite-format 'locally))
|
||||
(reftex-citation))))))
|
||||
@end lisp
|
||||
|
|
Loading…
Add table
Reference in a new issue