Browse Source

emacs.el: show version in message buffer

pull/1/head
10sr 10 years ago
parent
commit
6cea18837a
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      emacs.el

+ 1
- 0
emacs.el View File

@@ -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*")
))


Loading…
Cancel
Save