Add DOOMDIR to 'doom info'

This commit is contained in:
Henrik Lissner 2019-12-23 23:53:27 -05:00
parent b88ff2a563
commit ffcc24350c
No known key found for this signature in database
GPG Key ID: 5F6C0EA160557395

View File

@ -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)