mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 12:06:41 +00:00
Use single quotes instead of double quotes
This commit is contained in:
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user