diff --git a/core/siren-core-init.el b/core/siren-core-init.el index 6e12a1a..d5841d8 100644 --- a/core/siren-core-init.el +++ b/core/siren-core-init.el @@ -12,8 +12,7 @@ "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"))) +(message "Siren is powering up, please be patient...") ;; Check Emacs version. (when (version< emacs-version "26.1")