-
-
Notifications
You must be signed in to change notification settings - Fork 392
Helm loading time is high #1109
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
Comments
Rittwik Chatterjee [email protected] writes:
Not a problem, this what is expected.
It take here actually: 2.798s
My emacs is loading in around 3s with a huge .emacs absolutely not Your delay is maybe due to issue #1000 and maybe the compilation too. Thierry |
Thanks thierryvolpiatto for the reply. I disable all my other settings and plugins only helm is enabled. But the lag is still there. Below is my helm settings ;;(add-to-list 'load-path "~/.emacs.d/plugins/async/") (add-to-list 'load-path "~/.emacs.d/plugins/helm/") ;; ------------------------------------------------------------- (setq helm-split-window-in-side-p t ; open helm buffer inside current window, not occupy whole other window (setq helm-split-window-default-side (quote right)) (helm-mode 1) ;; ------------------------------------------------------------- (provide 'init-helm-settings) ;; ------------------------------------------------------------- |
Rittwik Chatterjee [email protected] writes:
Please read Issue #1000 Thierry |
Closing this because it is probably related to #1000 |
First of all Hi! and thank you for helm. I really like helm and use it everyday!
I have cloned the helm repo today (thought update it after a long time :) ).
While byte-compiling using make, I noticed the following output line
ad-handle-definition: 'tramp-read-passwd' got redefined
The compilation took around 11 seconds before showing this output line.
After that whenever I am opening emacs, it is taking 12-13 seconds and showing this output line. However if I disable helm, emacs is taking 1-2 seconds.
My emacs version is 24.5.1 I am using fedora 22 64bit KDE.
Sorry for my very bad english!
The text was updated successfully, but these errors were encountered: