Use single quotes instead of double quotes

This commit is contained in:
2017-08-05 15:58:54 +01:00
parent 4f6bb59952
commit 7927738951
2 changed files with 33 additions and 33 deletions

View File

@@ -1,7 +1,7 @@
-- luacheck: read_globals hs
-- Reload config hotkey
hs.hotkey.bind({"cmd", "alt", "ctrl"}, "R", hs.reload)
hs.hotkey.bind({'cmd', 'alt', 'ctrl'}, 'R', hs.reload)
--------------------------------------------------------------------------------
-- Set Hammerspoon options
@@ -35,4 +35,4 @@ spoon.HeadphoneAutoPause:start()
-- the end
hs.alert.show("Hammerspoon loaded")
hs.alert.show('Hammerspoon loaded')