chore(hammerspoon): format init.lua with language server

This commit is contained in:
2023-04-23 16:30:32 +01:00
parent ab0de76e79
commit 9490cabd3d

View File

@@ -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