mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 09:46:42 +00:00
chore(hammerspoon): format init.lua with language server
This commit is contained in:
@@ -1,8 +1,8 @@
|
|||||||
-- luacheck: read_globals hs spoon
|
-- luacheck: read_globals hs spoon
|
||||||
|
|
||||||
-- Reload config hotkey
|
-- Reload config hotkey
|
||||||
hs.hotkey.bind({'cmd', 'alt', 'ctrl'}, 'R', hs.reload)
|
hs.hotkey.bind({ 'cmd', 'alt', 'ctrl' }, 'R', hs.reload)
|
||||||
hs.hotkey.bind({'cmd', 'alt', 'ctrl'}, 'C', hs.toggleConsole)
|
hs.hotkey.bind({ 'cmd', 'alt', 'ctrl' }, 'C', hs.toggleConsole)
|
||||||
|
|
||||||
--------------------------------------------------------------------------------
|
--------------------------------------------------------------------------------
|
||||||
-- Set Hammerspoon options
|
-- Set Hammerspoon options
|
||||||
|
|||||||
Reference in New Issue
Block a user