From 54c30139105adb8862f1ec522aaeae95df83dae5 Mon Sep 17 00:00:00 2001 From: Pierre Neidhardt Date: Thu, 7 Dec 2017 10:48:15 +0100 Subject: [PATCH] Eshell: Fix namespace --- evil-collection-eshell.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/evil-collection-eshell.el b/evil-collection-eshell.el index 1ce7779..80842ce 100644 --- a/evil-collection-eshell.el +++ b/evil-collection-eshell.el @@ -41,7 +41,7 @@ (defun evil-collection-eshell-next-prompt-on-insert () "Go to next prompt on `evil' replace/insert enter." (dolist (hook '(evil-replace-state-entry-hook evil-insert-state-entry-hook)) - (add-hook hook 'evil-eshell-next-prompt nil t))) + (add-hook hook 'evil-collection-eshell-next-prompt nil t))) (defun evil-collection-eshell-interrupt-process () "Interupt `eshell' process and enter insert state."