Skip to content

Commit

Permalink
Merge pull request #794 from monome/include-path2
Browse files Browse the repository at this point in the history
change include() path
  • Loading branch information
tehn authored Apr 2, 2019
2 parents 26af5e8 + 6616eab commit 547848e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/core/startup.lua
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ require 'core/menu'

-- global include function
function include(file)
return dofile(norns.state.path .. file .. '.lua')
return dofile(_path.code .. file .. '.lua')
end


Expand Down

0 comments on commit 547848e

Please sign in to comment.