Variable: org-cdlatex-mode-map

org-cdlatex-mode-map is a variable defined in org.el.gz.

Value

'      org-cdlatex-math-modify
C-c {  org-cdlatex-environment-indent
^      org-cdlatex-underscore-caret
_      org-cdlatex-underscore-caret
`      cdlatex-math-symbol

Documentation

Keymap for the minor org-cdlatex-mode(var)/org-cdlatex-mode(fun).

Source Code

;; Defined in /usr/src/emacs/lisp/org/org.el.gz
;;;; CDLaTeX minor mode

(defvar org-cdlatex-mode-map (make-sparse-keymap)
  "Keymap for the minor `org-cdlatex-mode'.")