Explorar el Código

emacs.el: show version in message buffer

pull/1/head
10sr hace 10 años
padre
commit
6cea18837a
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. +1
    -0
      emacs.el

+ 1
- 0
emacs.el Ver fichero

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


Cargando…
Cancelar
Guardar