Provides only necessary info in the minibuffer

This commit is contained in:
Diego Berrocal 2015-08-01 14:34:07 -05:00 committed by syl20bnr
parent 01a017025c
commit c1ec00c38c
1 changed files with 4 additions and 2 deletions

View File

@ -248,7 +248,9 @@ FILE-TO-LOAD is an explicit file to load after the installation."
(spacemacs/git-get-current-branch)
(pp dotspacemacs-configuration-layers))))
(kill-new sysinfo)
(message (concat "%s\nInformation has been copied to clipboard.\n"
"You can past it in gitter chat.") sysinfo)))
(message sysinfo)
(message (concat "Information has been copied to clipboard.\n"
"You can paste it in the gitter chat.\n"
"Check the *Messages* buffer if you need to review it"))))
(provide 'core-spacemacs)