diff options
author | Squibid <me@zacharyscheiman.com> | 2023-07-16 20:41:43 -0400 |
---|---|---|
committer | Squibid <me@zacharyscheiman.com> | 2023-07-16 20:41:43 -0400 |
commit | 80de336bdbb7194ad4e2d5475d76b25f01c2cdcd (patch) | |
tree | a900a5d1788a30cb2dc1c6b7addfcaa23b9a2a37 /eatit-cfg.lua | |
parent | be22f546355ffb07a53997006097069b534cb169 (diff) | |
download | eat-it-80de336bdbb7194ad4e2d5475d76b25f01c2cdcd.tar.gz eat-it-80de336bdbb7194ad4e2d5475d76b25f01c2cdcd.tar.bz2 eat-it-80de336bdbb7194ad4e2d5475d76b25f01c2cdcd.zip |
remove cfg option. it was useless, and the lssi module can do...v1.0
everything it does better, and faster
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 }, } |