From 3f5ff6352d83b0404c9885f40a5972854734e099 Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Sun, 1 Apr 2018 14:04:35 +0100 Subject: [PATCH] Add spoon to luacheck globals --- hammerspoon/init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hammerspoon/init.lua b/hammerspoon/init.lua index 72f639c..523a833 100644 --- a/hammerspoon/init.lua +++ b/hammerspoon/init.lua @@ -1,4 +1,4 @@ --- luacheck: read_globals hs +-- luacheck: read_globals hs spoon -- Reload config hotkey hs.hotkey.bind({'cmd', 'alt', 'ctrl'}, 'R', hs.reload)