diff --git a/core/siren-init.el b/core/siren-init.el index 253bfa1..ba66167 100644 --- a/core/siren-init.el +++ b/core/siren-init.el @@ -6,6 +6,12 @@ ;;; Code: +;; Display the total loading time in the minibuffer + +(defun display-startup-echo-area-message () + "Display startup echo area message." + (message "Siren initialized in %s" (emacs-init-time))) + (message "Siren is powering up... Be patient, Master %s!" (getenv (if (equal system-type 'windows-nt) "USERNAME" "USER")))