2021-02-21 02:59:11 +00:00
|
|
|
;; -*- lexical-binding: t; -*-
|
|
|
|
|
2021-02-20 16:52:15 +00:00
|
|
|
;; Profiling startup time
|
|
|
|
(use-package esup
|
2021-02-21 03:03:44 +00:00
|
|
|
:commands esup
|
|
|
|
:custom
|
|
|
|
(esup-user-init-file (file-truename
|
|
|
|
(expand-file-name "init.el"
|
|
|
|
user-emacs-directory))))
|
2021-02-20 16:52:15 +00:00
|
|
|
|
|
|
|
(provide 'init-profiler)
|