From 6bead7477e9c286b11be98cfab54d1cd0c743344 Mon Sep 17 00:00:00 2001 From: Marc Pohling Date: Sun, 6 May 2018 07:30:14 +0200 Subject: [PATCH] print init time after emacs loaded --- config.org | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/config.org b/config.org index 2def06e..0649b9f 100644 --- a/config.org +++ b/config.org @@ -1477,3 +1477,10 @@ _v_ verify setup _f_ check _s_ select I mainly only use org ** Work, Hyper-V For testing purproses I keep a working emacs in a debian on hyper-v. The demands here are different to the other work-emacs + +* Finishing + Stuff which I want to run in the end + +#+BEGIN_SRC emacs-lisp +(message (emacs-init-time)) +#+END_SRC