From 9bcab5d2625e9e14344bb4dfee74a668ec68055c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs?= Date: Sat, 10 Nov 2018 20:19:09 -0500 Subject: =?UTF-8?q?Show=20message=20=C2=ABDone!=20emacs=C2=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lisp/init-ready.el | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 lisp/init-ready.el (limited to 'lisp') diff --git a/lisp/init-ready.el b/lisp/init-ready.el new file mode 100644 index 0000000..787a5d0 --- /dev/null +++ b/lisp/init-ready.el @@ -0,0 +1,13 @@ +;;------------------------- +;; Emacs Ready :) +;;------------------------- + +(add-hook 'emacs-startup-hook + (lambda () + (message "Emacs cargado en %s y listo para ser usado." + (format "%.2f segundos" + (float-time + (time-subtract after-init-time before-init-time))) + gcs-done))) + +(provide 'init-ready) -- cgit v1.2.3