summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Litvinov <slitvinov@gmail.com>2011-08-03 22:02:43 +0200
committerEric Schulte <schulte.eric@gmail.com>2011-08-05 11:32:02 -0600
commitc0e2351e1af5c6bc7ac7fc427fb805350b099494 (patch)
tree2625f29d19e5f4f7e550df592645bf7d597bf6fa
parent55fe4778997b7576a550d415d3a2801cb8714709 (diff)
downloadorg-mode-c0e2351e1af5c6bc7ac7fc427fb805350b099494.tar.gz
Map "cpp" to c++-mode
-rw-r--r--lisp/org-src.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/org-src.el b/lisp/org-src.el
index 30ffc34..094ec09 100644
--- a/lisp/org-src.el
+++ b/lisp/org-src.el
@@ -155,7 +155,7 @@ but which mess up the display of a snippet in Org exported files.")
(defcustom org-src-lang-modes
'(("ocaml" . tuareg) ("elisp" . emacs-lisp) ("ditaa" . artist)
("asymptote" . asy) ("dot" . fundamental) ("sqlite" . sql)
- ("calc" . fundamental) ("C" . c))
+ ("calc" . fundamental) ("C" . c) ("cpp" . c++))
"Alist mapping languages to their major mode.
The key is the language name, the value is the string that should
be inserted as the name of the major mode. For many languages this is