diff options
| author | Pierre Neidhardt <ambrevar@gmail.com> | 2017-12-07 10:48:15 +0100 |
|---|---|---|
| committer | Pierre Neidhardt <ambrevar@gmail.com> | 2017-12-07 10:48:15 +0100 |
| commit | 54c30139105adb8862f1ec522aaeae95df83dae5 (patch) | |
| tree | 3ca338c151c2ae572ff38e6203fc0345d52ce1b8 | |
| parent | 830c7d1d1a66fa1ae5c09decfc6092ce62418135 (diff) | |
Eshell: Fix namespace
| -rw-r--r-- | evil-collection-eshell.el | 2 |
1 files changed, 1 insertions, 1 deletions
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." |
