Skip to content

Commit

Permalink
fix bug in opts setup
Browse files Browse the repository at this point in the history
  • Loading branch information
mrshmllow committed Jul 22, 2023
1 parent da8c986 commit 2f431e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/orgmode-babel/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ local M = {
}

function M.setup(opts)
opts = opts or opts
opts = opts or {}

M.langs = opts.langs and opts.langs or {}
M.load_paths = opts.load_paths and opts.load_paths or {}
Expand Down

0 comments on commit 2f431e8

Please sign in to comment.