agzam / spacehammer

Hammerspoon config inspired by Spacemacs
MIT License
556 stars 70 forks source link

remove needless coroutine #187

Closed agzam closed 10 months ago

agzam commented 10 months ago

Fixes: #186

According the git-blame the couroutine was added to alleviate (perhaps some imaginary problems), back in the day when "edit-with-emacs" was using a separate frame. I think the garbage collector in some cases fails to clean it up. I'm still not completely sure if that's the exact thing that's causing #186, but after removing the coroutine and testing for a couple of days, I'm no longer experiencing the issues described in #186