.hammerspoon/init.lua

changeset 648
2918ff726641
parent 644
42383cfcb729
child 705
7520062c1461
--- a/.hammerspoon/init.lua
+++ b/.hammerspoon/init.lua
@@ -41,7 +41,7 @@ cmd('return', function ()
   hs.applescript.applescript([[
     tell application "iTerm"
       set newterm to (create window with default profile)
-      tell newterm to activate
+      activate window newterm
     end tell
   ]])
 end)

mercurial