Просмотр исходного кода

lisp/ob-tangle.el: "elisp" should get tangled to ".el" files.

TINYCHANGE
Nicolas Richard 12 лет назад
Родитель
Сommit
ec33c0cf9e
1 измененных файлов с 2 добавлено и 1 удалено
  1. 2 1
      lisp/ob-tangle.el

+ 2 - 1
lisp/ob-tangle.el

@@ -41,7 +41,8 @@
 (declare-function org-before-first-heading-p "org" ())
 (declare-function org-before-first-heading-p "org" ())
 
 
 (defcustom org-babel-tangle-lang-exts
 (defcustom org-babel-tangle-lang-exts
-  '(("emacs-lisp" . "el"))
+  '(("emacs-lisp" . "el")
+    ("elisp" . "el"))
   "Alist mapping languages to their file extensions.
   "Alist mapping languages to their file extensions.
 The key is the language name, the value is the string that should
 The key is the language name, the value is the string that should
 be inserted as the extension commonly used to identify files
 be inserted as the extension commonly used to identify files