aboutsummaryrefslogtreecommitdiffstats
path: root/eatit-cfg.lua
diff options
context:
space:
mode:
authorSquibid <me@zacharyscheiman.com>2023-07-16 20:41:43 -0400
committerSquibid <me@zacharyscheiman.com>2023-07-16 20:41:43 -0400
commit80de336bdbb7194ad4e2d5475d76b25f01c2cdcd (patch)
treea900a5d1788a30cb2dc1c6b7addfcaa23b9a2a37 /eatit-cfg.lua
parentbe22f546355ffb07a53997006097069b534cb169 (diff)
downloadeat-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 '')
-rw-r--r--eatit-cfg.lua3
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
},
}