Add distribution to describe-system
This commit is contained in:
parent
846fa3075c
commit
de64218dcd
1 changed files with 2 additions and 0 deletions
|
@ -258,12 +258,14 @@ FILE-TO-LOAD is an explicit file to load after the installation."
|
||||||
"- Emacs: %s\n"
|
"- Emacs: %s\n"
|
||||||
"- Spacemacs: %s\n"
|
"- Spacemacs: %s\n"
|
||||||
"- Spacemacs branch: %s (rev. %s)\n"
|
"- Spacemacs branch: %s (rev. %s)\n"
|
||||||
|
"- Distribution: %s\n"
|
||||||
"- Layers:\n```elisp\n%s```\n")
|
"- Layers:\n```elisp\n%s```\n")
|
||||||
system-type
|
system-type
|
||||||
emacs-version
|
emacs-version
|
||||||
spacemacs-version
|
spacemacs-version
|
||||||
(spacemacs/git-get-current-branch)
|
(spacemacs/git-get-current-branch)
|
||||||
(spacemacs/git-get-current-branch-rev)
|
(spacemacs/git-get-current-branch-rev)
|
||||||
|
dotspacemacs-distribution
|
||||||
(pp dotspacemacs-configuration-layers))))
|
(pp dotspacemacs-configuration-layers))))
|
||||||
(kill-new sysinfo)
|
(kill-new sysinfo)
|
||||||
(message sysinfo)
|
(message sysinfo)
|
||||||
|
|
Reference in a new issue