From 869082e5fdefd8e00146e35a335e47d5dc1f526c Mon Sep 17 00:00:00 2001 From: Eric Schulte Date: Wed, 7 Jul 2010 12:40:43 -0700 Subject: [PATCH] added sqlite -> sql-mode mapping to org-src-lang-modes * lisp/org-src.el (org-src-lang-modes): added sqlite to sql-mode --- lisp/org-src.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/org-src.el b/lisp/org-src.el index 6e83b5fab..0135ca455 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