diff --git a/core/core.el b/core/core.el index 211e3087a..7fe8725f8 100644 --- a/core/core.el +++ b/core/core.el @@ -155,7 +155,7 @@ (defun display-startup-echo-area-message () (after! workgroups2 - (message "%sLoaded in %s" (narf/tab-display t) (emacs-init-time)))) + (message "%sLoaded in %s" (narf/tab-display t t) (emacs-init-time)))) (require 'server) (unless (server-running-p)