fix missing , in lua examples

Co-authored-by: refaelsh <refaelsh@pm.me>
This commit is contained in:
marshmallow 2023-07-23 14:51:08 +10:00
parent c1c209c901
commit 29e1efd20a
No known key found for this signature in database
GPG key ID: 767B8880F5AAEB9C

View file

@ -30,7 +30,7 @@ you to add anything extra to your ~init.el~.
cmd = { "OrgExecute", "OrgTangle" },
opts = {
-- by default, none are enabled
langs = { "python", "lua", ... }
langs = { "python", "lua", ... },
-- paths to emacs packages to additionally load
load_paths = {}
@ -52,7 +52,7 @@ use {
config = function ()
require("orgmode-babel").setup({
-- by default, none are enabled
langs = { "python", "lua", ... }
langs = { "python", "lua", ... },
-- paths to emacs packages to additionally load
load_paths = {}