From ba91893c5fca49b512e3bf86d5f25a07d58f6f4c Mon Sep 17 00:00:00 2001 From: syl20bnr Date: Sun, 4 Jan 2015 01:49:37 -0500 Subject: [PATCH] Fix evil-tutor configuration --- spacemacs/packages.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/spacemacs/packages.el b/spacemacs/packages.el index a26fcde1f..3939da53c 100644 --- a/spacemacs/packages.el +++ b/spacemacs/packages.el @@ -778,13 +778,13 @@ determine the state to enable when escaping from the insert state.") (defun spacemacs/init-evil-tutor () (use-package evil-tutor - :commands (evil-tutor/start - evil-tutor/resume) + :commands (evil-tutor-start + evil-tutor-resume) :init (progn (setq evil-tutor-working-directory (concat spacemacs-cache-directory ".tutor/")) - (evil-leader/set-key "hT" 'evil-tutor/start)))) + (evil-leader/set-key "hT" 'evil-tutor-start)))) (defun spacemacs/init-evil-visualstar () (use-package evil-visualstar