diff --git a/core/autoload/debug.el b/core/autoload/debug.el index b6d70d421..c3a98f004 100644 --- a/core/autoload/debug.el +++ b/core/autoload/debug.el @@ -46,7 +46,8 @@ ready to be pasted in a bug report on github." 'server-running)))) (doom (version . ,doom-version) - (build . ,(sh "git" "log" "-1" "--format=%D %h %ci"))) + (build . ,(sh "git" "log" "-1" "--format=%D %h %ci")) + (dir . ,(abbreviate-file-name doom-private-dir))) (system (type . ,system-type) (config . ,system-configuration)