mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 04:46:41 +00:00
chore(hammerspoon): format init.lua with language server
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user