# HG changeset patch # User Meredith Howard # Date 1622867629 18000 # Node ID 1e388dfbe2004270b05ee3031dad546dfdad4ac3 # Parent 14c2238488ce879d5df3a6453f7c7e423055288e No more reload-on-modify diff --git a/.hammerspoon/init.lua b/.hammerspoon/init.lua --- a/.hammerspoon/init.lua +++ b/.hammerspoon/init.lua @@ -1,8 +1,5 @@ hs.window.animationDuration = 0 --- set up reload on modify -hs.pathwatcher.new(os.getenv("HOME") .. "/.hammerspoon/", hs.reload):start() - -- aliases and partial bindings to make life easier local bindKey = hs.hotkey.bind local cmd = hs.fnutils.partial(bindKey, {"cmd"})