Add distribution to describe-system

This commit is contained in:
Eivind Fonn 2015-09-12 11:02:50 +02:00 committed by syl20bnr
parent 846fa3075c
commit de64218dcd
1 changed files with 2 additions and 0 deletions

View File

@ -258,12 +258,14 @@ FILE-TO-LOAD is an explicit file to load after the installation."
"- Emacs: %s\n"
"- Spacemacs: %s\n"
"- Spacemacs branch: %s (rev. %s)\n"
"- Distribution: %s\n"
"- Layers:\n```elisp\n%s```\n")
system-type
emacs-version
spacemacs-version
(spacemacs/git-get-current-branch)
(spacemacs/git-get-current-branch-rev)
dotspacemacs-distribution
(pp dotspacemacs-configuration-layers))))
(kill-new sysinfo)
(message sysinfo)