From 7da75c278db7b68a85db0dddf9a69e802802afc3 Mon Sep 17 00:00:00 2001 From: 10sr <8slashes+git@gmail.com> Date: Thu, 23 Aug 2012 02:07:17 +0900 Subject: [PATCH] update initial message --- emacs.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emacs.el b/emacs.el index 5b9cc0e..9b49dfb 100644 --- a/emacs.el +++ b/emacs.el @@ -98,7 +98,7 @@ otherwise the path where the library installed." (add-hook 'after-init-hook (lambda () - (message (emacs-init-time)) + (message "%s was taken to initialize emacs." (emacs-init-time)) (switch-to-buffer "*Messages*") ))