I have a complex Emacs setup. I love it, except for that fact that it freezes a couple of times a day for me. I have a few suspicion:
- I use
you-complete-me
for auto-completion in c++ and it may be hanging on RPC call to the YMCD server. - I use
el-get
package manager and it occasionally checks with the server.
The problem is that another colleague has almost the same setup and his Emacs does not hang. How would I debug something like this?