Fix esup init file location

This commit is contained in:
Jeremy Dormitzer 2021-02-20 22:03:44 -05:00
parent 1df2d62921
commit 76f2f9ff9a

View File

@ -2,6 +2,10 @@
;; Profiling startup time
(use-package esup
:commands esup)
:commands esup
:custom
(esup-user-init-file (file-truename
(expand-file-name "init.el"
user-emacs-directory))))
(provide 'init-profiler)