Resolve symlinks in doomdir slot for doom/info

This commit is contained in:
Henrik Lissner 2020-01-03 05:13:20 -05:00
parent b825c399a3
commit 5495922a20
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -47,7 +47,7 @@ ready to be pasted in a bug report on github."
(doom
(version . ,doom-version)
(build . ,(sh "git" "log" "-1" "--format=%D %h %ci"))
(dir . ,(abbreviate-file-name doom-private-dir)))
(dir . ,(abbreviate-file-name (file-truename doom-private-dir))))
(system
(type . ,system-type)
(config . ,system-configuration)