12 lines
286 B
EmacsLisp
12 lines
286 B
EmacsLisp
;; -*- lexical-binding: t; -*-
|
|
|
|
;; Profiling startup time
|
|
(use-package esup
|
|
:commands esup
|
|
:custom
|
|
(esup-user-init-file (file-truename
|
|
(expand-file-name "init.el"
|
|
user-emacs-directory))))
|
|
|
|
(provide 'init-profiler)
|