diff --git a/core/core-spacemacs.el b/core/core-spacemacs.el index a020ea833628..eb9ace6d501e 100644 --- a/core/core-spacemacs.el +++ b/core/core-spacemacs.el @@ -202,7 +202,9 @@ defer call using `spacemacs-post-user-config-hook'." "- Distribution: %s\n" "- Editing style: %s\n" "- Completion: %s\n" - "- Layers:\n```elisp\n%s```\n") + "- Layers:\n```elisp\n%s```\n" + (when (version<= "25.1" emacs-version) + "- System configuration features: %s\n")) system-type emacs-version spacemacs-version @@ -216,7 +218,8 @@ defer call using `spacemacs-post-user-config-hook'." ((configuration-layer/layer-usedp 'ivy) 'ivy) (t 'helm)) - (pp-to-string dotspacemacs-configuration-layers))) + (pp-to-string dotspacemacs-configuration-layers) + (bound-and-true-p system-configuration-features))) (defun spacemacs/describe-system-info () "Gathers info about your Spacemacs setup and copies to clipboard."