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
|
||||
(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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue