summary refs log tree commit diff
path: root/emacs.d/lib/funcs.el
diff options
context:
space:
mode:
Diffstat (limited to 'emacs.d/lib/funcs.el')
-rw-r--r--emacs.d/lib/funcs.el9
1 files changed, 2 insertions, 7 deletions
diff --git a/emacs.d/lib/funcs.el b/emacs.d/lib/funcs.el
index 18899f6..0714888 100644
--- a/emacs.d/lib/funcs.el
+++ b/emacs.d/lib/funcs.el
@@ -1,9 +1,8 @@
 ;;; funcs.el --- functions for my own usage
 
-(defun fc/load-time (emacs-start-time)
+(defun fc/load-time ()
   "How long did it take to load the configuration."
-  (let ((load-time (float-time (time-subtract (current-time) emacs-start-time))))
-    (message (format "Emacs loaded in %.3fs" load-time))))
+  (message "Emacs init time %s" (emacs-init-time)))
 
 (defun fc/system-info ()
   "Display system informations"
@@ -14,10 +13,6 @@
    system-type
    emacs-version))
 
-(defun fc/emacs-is-ready ()
-  "Emacs is ready"
-  (message "Emacs is ready."))
-
 ;; font manipulation
 (defun fc/scale-up-or-down-font-size (direction)
   "Scale the font. If DIRECTION is positive or zero the font is scaled up,