Fix esup init file location
This commit is contained in:
parent
1df2d62921
commit
76f2f9ff9a
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user