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