From cce3445b85d5a1a10b28de46a4db03893f53b152 Mon Sep 17 00:00:00 2001 From: Herbert Jones Date: Thu, 2 Jul 2015 09:53:52 -0500 Subject: [PATCH] init-shell in wrong namespace --- contrib/shell/packages.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/shell/packages.el b/contrib/shell/packages.el index 840d09b28..f0771c08b 100644 --- a/contrib/shell/packages.el +++ b/contrib/shell/packages.el @@ -164,7 +164,7 @@ (projectile-with-default-dir (projectile-project-root) (multi-term))) (evil-leader/set-key "p$t" 'projectile-multi-term-in-root))))) -(defun spacemacs/init-shell () +(defun shell/init-shell () (defun shell-comint-input-sender-hook () "Check certain shell commands. Executes the appropriate behavior for certain commands."