From a3b882775d37e73d36c16074a05f5d27cb18365b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs?= Date: Tue, 14 May 2019 12:57:26 -0500 Subject: code-cleanup --- modules/lib/myemacs.el | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'modules/lib') diff --git a/modules/lib/myemacs.el b/modules/lib/myemacs.el index 1800e97..5325ee9 100644 --- a/modules/lib/myemacs.el +++ b/modules/lib/myemacs.el @@ -18,17 +18,6 @@ (x-send-client-message nil 0 nil "_NET_WM_STATE" 32 '(2 "_NET_WM_STATE_FULLSCREEN" 0))) -;;---------------------------------------------------------------------------- -;; Runtime Emacs -;;---------------------------------------------------------------------------- -(defun elapsed-time () - "Return a message string if the current doc string is invalid. -Emacs runtime: See the following URL for more details. -https://emacs.stackexchange.com/questions/13535/function-to-get-init-el-file-loading-times-multiple-times?rq=1" - (let ((elapsed (float-time (time-subtract (current-time) - emacs-start-time)))) - (message "[STARTUP] Loading %s ... done (%.3fs)" load-file-name elapsed))) - (provide 'myemacs) ;; Local Variables: -- cgit v1.2.3