Resolve symlinks in doomdir slot for doom/info
This commit is contained in:
parent
b825c399a3
commit
5495922a20
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ ready to be pasted in a bug report on github."
|
||||||
(doom
|
(doom
|
||||||
(version . ,doom-version)
|
(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)))
|
(dir . ,(abbreviate-file-name (file-truename doom-private-dir))))
|
||||||
(system
|
(system
|
||||||
(type . ,system-type)
|
(type . ,system-type)
|
||||||
(config . ,system-configuration)
|
(config . ,system-configuration)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue