summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Richard <theonewiththeevillook@yahoo.fr>2014-03-05 16:49:30 +0100
committerEric Schulte <schulte.eric@gmail.com>2014-03-06 14:58:12 -0700
commitec33c0cf9ebd31cee275abdde8784046eaa2c33c (patch)
tree070a7a098a2e2b19b776d61b6cbb25bf31832bff
parenta8568372ad8bba841af7f7d1fdf9b64d38426c3a (diff)
downloadorg-mode-ec33c0cf9ebd31cee275abdde8784046eaa2c33c.tar.gz
lisp/ob-tangle.el: "elisp" should get tangled to ".el" files.
TINYCHANGE
-rw-r--r--lisp/ob-tangle.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/ob-tangle.el b/lisp/ob-tangle.el
index 0096ac9..2910d7f 100644
--- a/lisp/ob-tangle.el
+++ b/lisp/ob-tangle.el
@@ -41,7 +41,8 @@
(declare-function org-before-first-heading-p "org" ())
(defcustom org-babel-tangle-lang-exts
- '(("emacs-lisp" . "el"))
+ '(("emacs-lisp" . "el")
+ ("elisp" . "el"))
"Alist mapping languages to their file extensions.
The key is the language name, the value is the string that should
be inserted as the extension commonly used to identify files