feat: show startup time
1 files changed, 11 insertions(+), 0 deletions(-) M init.el
M init.el => init.el +11 -0
@@ 7,6 7,17 @@ (require 'functions) (require 'elpaca-loader) ;; Startup time (defun efs/display-startup-time () (message "Emacs loaded in %s with %d garbage collections." (format "%.2f seconds" (float-time (time-subtract after-init-time before-init-time))) gcs-done)) (add-hook 'emacs-startup-hook #'efs/display-startup-time) (my-use-package no-littering :ensure (:wait t) :demand t