From 5d7526a224a80b0d3897e385d6be94314e5ccd82 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Thu, 6 May 2021 00:32:38 -0400 Subject: [PATCH] doom-info: rename distro->system & add window-system --- core/autoload/debug.el | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/core/autoload/debug.el b/core/autoload/debug.el index 00676d49f..c9c3f5728 100644 --- a/core/autoload/debug.el +++ b/core/autoload/debug.el @@ -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)