Variable: reftex-extra-bindings
reftex-extra-bindings is a customizable variable defined in
reftex-vars.el.gz.
Value
nil
Documentation
Non-nil means, make additional key bindings on startup.
These extra bindings are located in the users C-c letter map.
Note that this variable needs to be set before reftex is loaded.
Source Code
;; Defined in /usr/src/emacs/lisp/textmodes/reftex-vars.el.gz
(defcustom reftex-extra-bindings nil
"Non-nil means, make additional key bindings on startup.
These extra bindings are located in the users `C-c letter' map.
Note that this variable needs to be set before reftex is loaded."
:group 'reftex-miscellaneous-configurations
:type 'boolean)