summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Schulte <schulte.eric@gmail.com>2010-07-07 12:40:43 -0700
committerEric Schulte <schulte.eric@gmail.com>2010-07-07 12:40:43 -0700
commit869082e5fdefd8e00146e35a335e47d5dc1f526c (patch)
treefb11f0701e3ca0600b42f6ca965b4bd85a5ace5b
parenta11ee296f504a53c71aa04325ad2bb0dc955debc (diff)
downloadorg-mode-869082e5fdefd8e00146e35a335e47d5dc1f526c.tar.gz
added sqlite -> sql-mode mapping to org-src-lang-modes
* lisp/org-src.el (org-src-lang-modes): added sqlite to sql-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 6e83b5f..0135ca4 100644
--- a/lisp/org-src.el
+++ b/lisp/org-src.el
@@ -146,7 +146,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))
+ ("asymptote" . asy) ("dot" . fundamental) ("sqlite" . sql))
"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