aboutsummaryrefslogtreecommitdiff
path: root/mpv/scripts/modules.lua
diff options
context:
space:
mode:
authorTyler Hoang <tyler@tylerhoang.xyz>2022-09-06 17:12:49 -0700
committerTyler Hoang <tyler@tylerhoang.xyz>2022-09-06 17:12:49 -0700
commit9868de7f26cd336ae40a1f07827285b07d3dafd3 (patch)
tree0a4ef79c0a5b8b9eb5df229c00360f8db3ae27e8 /mpv/scripts/modules.lua
parent81f6c74c871144aa79628095e735e35affd79f74 (diff)
mpv and vifmHEADmaster
Diffstat (limited to 'mpv/scripts/modules.lua')
-rw-r--r--mpv/scripts/modules.lua3
1 files changed, 0 insertions, 3 deletions
diff --git a/mpv/scripts/modules.lua b/mpv/scripts/modules.lua
deleted file mode 100644
index 703f372..0000000
--- a/mpv/scripts/modules.lua
+++ /dev/null
@@ -1,3 +0,0 @@
-local mpv_config_dir_path = require("mp").command_native({"expand-path", "~~/"})
-function load(relative_path) dofile(mpv_config_dir_path .. "/script_modules/" .. relative_path) end
-load("mpvSockets/mpvSockets.lua")