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

Descend into forms other than load and require #30

Closed
jschaf opened this Issue Dec 3, 2015 · 2 comments

Comments

Projects
None yet
2 participants
@jschaf
Owner

jschaf commented Dec 3, 2015

@jschaf

This comment has been minimized.

Show comment
Hide comment
@jschaf

jschaf Mar 26, 2018

Owner

esup now uses advice to hook into require and load, so everything should just work. Fixed by 81f5f4d

Owner

jschaf commented Mar 26, 2018

esup now uses advice to hook into require and load, so everything should just work. Fixed by 81f5f4d

@jschaf jschaf closed this Mar 26, 2018

@MikeTheGreat

This comment has been minimized.

Show comment
Hide comment
@MikeTheGreat

MikeTheGreat Sep 4, 2018

I tried esup today on a org-mode config file and got the following results:

Total User Startup Time: 4.292sec     Total Number of GC Pauses: 29     Total GC Time: 0.362sec

init.el:6  4.292sec   99%
(org-babel-load-file "~/.emacs.d/configuration.org")

init.el:5  0.000sec   0%
(setq org-element-use-cache nil)

I just did the M-x esup thing - Am I doing something wrong / not doing something I should?

MikeTheGreat commented Sep 4, 2018

I tried esup today on a org-mode config file and got the following results:

Total User Startup Time: 4.292sec     Total Number of GC Pauses: 29     Total GC Time: 0.362sec

init.el:6  4.292sec   99%
(org-babel-load-file "~/.emacs.d/configuration.org")

init.el:5  0.000sec   0%
(setq org-element-use-cache nil)

I just did the M-x esup thing - Am I doing something wrong / not doing something I should?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment