bin/doctor: feature check system-configuration-features

This commit is contained in:
Henrik Lissner 2017-05-22 14:19:50 +02:00
parent e9d7f6f6f2
commit c01162b759

View File

@ -76,7 +76,8 @@
(msg! "%s\nRunning Emacs v%s"
(color 1 "DOOM Doctor")
(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! "----\n")