mirror of
https://github.com/emacs-twist/org-babel.git
synced 2024-12-14 11:07:30 +00:00
feat: Set the default language to Emacs Lisp
As this library is primarily intended for Emacs configurations, I will set the default value of the argument.
This commit is contained in:
parent
bed6e7d7f5
commit
a6c3ee8dfe
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
# Quick-and-dirty re-implementation of org-babel-tangle in Nix.
|
# Quick-and-dirty re-implementation of org-babel-tangle in Nix.
|
||||||
{ languages
|
{ languages ? [ "emacs-lisp" "elisp" ]
|
||||||
, processLines ? lines: lines
|
, processLines ? lines: lines
|
||||||
}:
|
}:
|
||||||
string:
|
string:
|
||||||
|
|
Loading…
Reference in a new issue