So I've been using my custom config for a while now and no problems whatsoever, recently however there's a lag while loading emacs. It hangs at loading /home/<user>/.emacs.d/git_config.el (source)
for about 5mins before going through.
I'm not entirely sure what the problem is. I tried loading it in --debug-mode
but to no avail. I can get over the hang by clicking C-g
. I tried commenting out git_config.el
but then it hangs in helm.el
.
In git_config.el
it seems that it hangs at (require 'git-commit)
.
Any idea on how to go about debugging this?