1
0
mirror of https://github.com/Foltik/dotfiles synced 2024-11-24 04:22:50 -05:00

Add more granular init message

This commit is contained in:
Jack Foltz 2019-02-10 15:14:26 -05:00
parent beb3b3cb15
commit ea81dbcedc
No known key found for this signature in database
GPG Key ID: E7B502AB1576E6CD

View File

@ -19,4 +19,6 @@
(org-babel-load-file jf-config-file)
(jf-resume-gc)
(message "-> Initialized in %s" (emacs-init-time))
(message "-> Initialized in %s with %d GCs."
(float-time (time-subtract after-init-time before-init-time))
gcs-done)