From 6cea18837a8d2bccb42cc7d991c9d06d81e1ac7b Mon Sep 17 00:00:00 2001 From: 10sr <8slashes+git@gmail.com> Date: Sun, 10 Nov 2013 01:10:49 +0900 Subject: [PATCH] emacs.el: show version in message buffer --- emacs.el | 1 + 1 file changed, 1 insertion(+) diff --git a/emacs.el b/emacs.el index 7097fe8..5a534a8 100644 --- a/emacs.el +++ b/emacs.el @@ -163,6 +163,7 @@ found, otherwise returns nil." (add-hook 'after-init-hook (lambda () + (message "%s %s" invocation-name emacs-version) (message "%s was taken to initialize emacs." (emacs-init-time)) (switch-to-buffer "*Messages*") ))