bin/doctor: more system information
This commit is contained in:
parent
61ad485ae3
commit
2b5b09c39e
1 changed files with 5 additions and 3 deletions
|
@ -60,10 +60,12 @@
|
||||||
(defmacro explain! (&rest args) `(message! (indented 2 (autofill ,@args))))
|
(defmacro explain! (&rest args) `(message! (indented 2 (autofill ,@args))))
|
||||||
|
|
||||||
;;
|
;;
|
||||||
(message! "%s\nRunning Emacs %s on %s\n----\n"
|
(message! "%s\nRunning Emacs v%s"
|
||||||
(bold "DOOM Doctor")
|
(bold "DOOM Doctor")
|
||||||
(bold emacs-version)
|
(bold emacs-version))
|
||||||
(bold "%s" system-type))
|
(message! "Compiled with:\n%s" (indented 2 (autofill system-configuration-features)))
|
||||||
|
(message! "uname -a:\n%s" (indented 2 (autofill (shell-command-to-string "uname -a"))))
|
||||||
|
(message "----\n")
|
||||||
|
|
||||||
|
|
||||||
;; --- is emacs set up properly? ------------------------------
|
;; --- is emacs set up properly? ------------------------------
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue