From c1ec00c38cfeedce07bf122d682f52e58644b046 Mon Sep 17 00:00:00 2001 From: Diego Berrocal Date: Sat, 1 Aug 2015 14:34:07 -0500 Subject: [PATCH] Provides only necessary info in the minibuffer --- core/core-spacemacs.el | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/core/core-spacemacs.el b/core/core-spacemacs.el index 8c02a6528..fbe28a309 100644 --- a/core/core-spacemacs.el +++ b/core/core-spacemacs.el @@ -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)