From 9490cabd3dff409e33578f81c6e2b465a9a18f28 Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Sun, 23 Apr 2023 16:30:32 +0100 Subject: [PATCH] chore(hammerspoon): format init.lua with language server --- hammerspoon/init.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hammerspoon/init.lua b/hammerspoon/init.lua index a7e7d4d..687bb9d 100644 --- a/hammerspoon/init.lua +++ b/hammerspoon/init.lua @@ -1,8 +1,8 @@ -- luacheck: read_globals hs spoon -- Reload config hotkey -hs.hotkey.bind({'cmd', 'alt', 'ctrl'}, 'R', hs.reload) -hs.hotkey.bind({'cmd', 'alt', 'ctrl'}, 'C', hs.toggleConsole) +hs.hotkey.bind({ 'cmd', 'alt', 'ctrl' }, 'R', hs.reload) +hs.hotkey.bind({ 'cmd', 'alt', 'ctrl' }, 'C', hs.toggleConsole) -------------------------------------------------------------------------------- -- Set Hammerspoon options