From 29e1efd20aeadb2d215ff7f1ee7f50e97b1c04d9 Mon Sep 17 00:00:00 2001 From: marshmallow Date: Sun, 23 Jul 2023 14:51:08 +1000 Subject: [PATCH] fix missing , in lua examples Co-authored-by: refaelsh --- README.org | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.org b/README.org index bd2ffa7..06219ec 100644 --- a/README.org +++ b/README.org @@ -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 = {}