summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Schulte <schulte.eric@gmail.com>2011-04-15 10:16:52 -0600
committerEric Schulte <schulte.eric@gmail.com>2011-04-15 10:16:52 -0600
commit1997e19bd514d81b5989cd3c0bfae87da474d460 (patch)
treea42014d447d26d3a9e60b43dc31fca9e52c9f944
parentde63411264893ba877444e46439acf28f7ddcba7 (diff)
downloadorg-mode-1997e19bd514d81b5989cd3c0bfae87da474d460.tar.gz
org-src-lang-modes: added alias "C" to "c"
* lisp/org-src.el (org-src-lang-modes): Added a language alias of "C" to "c".
-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 7d42e00..4ec457c 100644
--- a/lisp/org-src.el
+++ b/lisp/org-src.el
@@ -153,7 +153,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))
+ ("calc" . fundamental) ("C" . 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