From c2f0dc1373d69e76063889a620b835faeae7d843 Mon Sep 17 00:00:00 2001 From: syl20bnr Date: Tue, 14 Oct 2014 12:21:56 -0400 Subject: [PATCH] Remove unneeded messages --- spacemacs/packages.el | 2 -- 1 file changed, 2 deletions(-) diff --git a/spacemacs/packages.el b/spacemacs/packages.el index c9a39bbfc..8c83cd191 100644 --- a/spacemacs/packages.el +++ b/spacemacs/packages.el @@ -159,11 +159,9 @@ determine the state to enable when escaping from the insert state.") (make-variable-buffer-local 'spacemacs-last-base-state) (defadvice evil-normal-state (before spacemacs/evil-normal-state activate) "Advice to keep track of the last base state." - (message "normal") (setq spacemacs-last-base-state 'normal)) (defadvice evil-lisp-state (before spacemacs/evil-lisp-state activate) "Advice to keep track of the last base state." - (message "lisp") (setq spacemacs-last-base-state 'lisp)) (evil-define-command spacemacs/escape-state (keys shadowed insert-fkey callback) "Allows to execute the passed CALLBACK using KEYS. KEYS is a cons cell