Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Helm taking over a minute to start #1305

Closed
nayefc opened this issue Dec 28, 2015 · 2 comments
Closed

Helm taking over a minute to start #1305

nayefc opened this issue Dec 28, 2015 · 2 comments

Comments

@nayefc
Copy link

nayefc commented Dec 28, 2015

I've been using Helm for a very long time. I may have updated soon, but now it takes over a minute to start. I even cleared out my init file and just started helm the way the Github README suggests, and I'm facing the same issue.

When the init file is clear, and using the default way to initialise Helm:

(require 'helm-config) ;; or even (require 'helm)
(helm-mode 1)

Emacs starts up with an empty screen and cursor until Helm loads. When I use use-package and have it lazy load, Emacs freezes and displays this message in the bottom as it loads: Loading dired-x...done.

Any ideas why this is happening now, or even any ideas on how to profile Helm?

Any suggestions are greatly appreciated as I heavily depend on Helm and this is a big problem for me.

@thierryvolpiatto
Copy link
Member

There is no reason helm take so long to startup, the only reason I see is related to tramp, see #1000.

@nayefc
Copy link
Author

nayefc commented Dec 28, 2015

Yup this was it. Makes sense why this started happening since I travelled. Thanks a lot.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants