From 481e5c12e85aa1ad6cfb6376575541c52dd9bd50 Mon Sep 17 00:00:00 2001 From: syl20bnr Date: Fri, 17 Oct 2014 21:17:25 -0400 Subject: [PATCH] Fix error void function powerline-reset --- spacemacs/funcs.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/spacemacs/funcs.el b/spacemacs/funcs.el index 9959a1a9c..445487ee5 100644 --- a/spacemacs/funcs.el +++ b/spacemacs/funcs.el @@ -286,7 +286,8 @@ changed to THEME." (spacemacs/set-state-faces)) (if (fboundp 'spacemacs/set-flycheck-mode-line-faces) (spacemacs/set-flycheck-mode-line-faces)) - (powerline-reset)) + (if (fboundp 'powerline-reset) + (powerline-reset))) ;; From http://xugx2007.blogspot.ca/2007/06/benjamin-rutts-emacs-c-development-tips.html (setq compilation-finish-function