diff options
Diffstat (limited to 'eatit-cfg.lua')
-rw-r--r-- | eatit-cfg.lua | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/eatit-cfg.lua b/eatit-cfg.lua index dcdc95e..750e33a 100644 --- a/eatit-cfg.lua +++ b/eatit-cfg.lua @@ -22,9 +22,6 @@ plugins = { -- the plugins you want to load file = 'eatit.lua', -- required, specifies the desired file dir = 'scripts', -- optional, sets the dest dir branch = 'master', -- optional, sets the desired branch - cfg = function() -- optional, runs code on mpv startup - print('this is an example') - end }, } |