doom-info: rename distro->system & add window-system
This commit is contained in:
parent
45147aace8
commit
5d7526a224
1 changed files with 4 additions and 1 deletions
|
@ -122,7 +122,10 @@ ready to be pasted in a bug report on github."
|
|||
(if (file-symlink-p file) ""
|
||||
(concat " -> " (abbrev-path (file-truename file)))))))
|
||||
`((generated . ,(format-time-string "%b %d, %Y %H:%M:%S"))
|
||||
(distro . ,(list (doom-system-distro-version) (sh "uname" "-msr")))
|
||||
(system . ,(delq
|
||||
nil (list (doom-system-distro-version)
|
||||
(sh "uname" "-msr")
|
||||
(window-system))))
|
||||
(emacs . ,(delq
|
||||
nil (list emacs-version
|
||||
(bound-and-true-p emacs-repository-branch)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue