mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
doom-info: rename distro->system & add window-system
This commit is contained in:
@ -122,7 +122,10 @@ ready to be pasted in a bug report on github."
|
|||||||
(if (file-symlink-p file) ""
|
(if (file-symlink-p file) ""
|
||||||
(concat " -> " (abbrev-path (file-truename file)))))))
|
(concat " -> " (abbrev-path (file-truename file)))))))
|
||||||
`((generated . ,(format-time-string "%b %d, %Y %H:%M:%S"))
|
`((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
|
(emacs . ,(delq
|
||||||
nil (list emacs-version
|
nil (list emacs-version
|
||||||
(bound-and-true-p emacs-repository-branch)
|
(bound-and-true-p emacs-repository-branch)
|
||||||
|
Reference in New Issue
Block a user