1
0
Fork 0
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:
Akira Komamura 2022-01-02 15:16:59 +09:00
parent bed6e7d7f5
commit a6c3ee8dfe

View file

@ -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: