bin/doctor: feature check system-configuration-features
This commit is contained in:
parent
e9d7f6f6f2
commit
c01162b759
1 changed files with 2 additions and 1 deletions
|
@ -76,7 +76,8 @@
|
||||||
(msg! "%s\nRunning Emacs v%s"
|
(msg! "%s\nRunning Emacs v%s"
|
||||||
(color 1 "DOOM Doctor")
|
(color 1 "DOOM Doctor")
|
||||||
(color 1 emacs-version))
|
(color 1 emacs-version))
|
||||||
(msg! "Compiled with:\n%s" (indented 2 (autofill system-configuration-features)))
|
(when (boundp 'system-configuration-features)
|
||||||
|
(msg! "Compiled with:\n%s" (indented 2 (autofill system-configuration-features))))
|
||||||
(msg! "uname -a:\n%s" (indented 2 (autofill (shell-command-to-string "uname -a"))))
|
(msg! "uname -a:\n%s" (indented 2 (autofill (shell-command-to-string "uname -a"))))
|
||||||
(msg! "----\n")
|
(msg! "----\n")
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue