Add DOOMDIR to 'doom info'
This commit is contained in:
parent
b88ff2a563
commit
ffcc24350c
1 changed files with 2 additions and 1 deletions
|
@ -46,7 +46,8 @@ ready to be pasted in a bug report on github."
|
||||||
'server-running))))
|
'server-running))))
|
||||||
(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)))
|
||||||
(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