Add language abbreviation "elisp" for "emacs-lisp".

Patch by Eric Schulte.
This commit is contained in:
Carsten Dominik 2009-08-28 13:03:12 +02:00
parent 012eabc35f
commit 31b0deb4aa
2 changed files with 4 additions and 1 deletions

View File

@ -1,5 +1,8 @@
2009-08-28 Carsten Dominik <carsten.dominik@gmail.com>
* org-src.el (org-src-lang-modes): Add abbreviation elisp for
emacs lisp.
* org.el (org-open-at-point): When on headline, offer all strings
in entry.

View File

@ -110,7 +110,7 @@ or similar things which you want to have when editing a source code file,
but which mess up the display of a snippet in Org exported files.")
(defcustom org-src-lang-modes
'(("ocaml" . tuareg))
'(("ocaml" . tuareg) ("elisp" . emacs-lisp))
"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