1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-02-07 20:54:32 +00:00

Ralf Angeli <angeli at caeruleus.net>

Comment.
This commit is contained in:
Glenn Morris 2008-04-26 20:28:08 +00:00
parent f441b81f81
commit 2141722416

View File

@ -2404,6 +2404,10 @@ IGNORE-WORDS List of words which should be removed from the string."
'(define-key bibtex-mode-map "\C-c&" 'reftex-view-crossref-from-bibtex))
;; If the user requests so, she can have a few more bindings:
;; For most of these commands there are already bindings in place.
;; Setting `reftex-extra-bindings' really is only there to spare users
;; the hassle of defining bindings in the user space themselves. This
;; is why they violate the key binding recommendations.
(when reftex-extra-bindings
(loop for x in
'(("\C-ct" . reftex-toc)