Skip to content

Commit

Permalink
fix missing , in lua examples
Browse files Browse the repository at this point in the history
Co-authored-by: refaelsh <[email protected]>
  • Loading branch information
mrshmllow and refaelsh committed Jul 23, 2023
1 parent c1c209c commit 29e1efd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.org
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {}
Expand All @@ -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 = {}
Expand Down

0 comments on commit 29e1efd

Please sign in to comment.