diff options
| author | Pierre Neidhardt <ambrevar@gmail.com> | 2017-12-07 10:55:12 +0100 |
|---|---|---|
| committer | Pierre Neidhardt <ambrevar@gmail.com> | 2017-12-07 10:55:12 +0100 |
| commit | 176b29caaa480b98ad5bbda9794c539c567a7631 (patch) | |
| tree | 4d6a9f3b223fac6dc79d911b43da5697c383cf5c | |
| parent | 3551fddf9908bd99b1e155f0f54375158008f71a (diff) | |
term: Fix namespace
| -rw-r--r-- | evil-collection-term.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/evil-collection-term.el b/evil-collection-term.el index 45c78db..aa9f29a 100644 --- a/evil-collection-term.el +++ b/evil-collection-term.el @@ -66,7 +66,7 @@ it is not appropriate in some cases like terminals." (defun evil-collection-term-sync-state-and-mode () "Sync `term-char-mode' and `term-line-mode' with insert and normal state." (add-hook 'evil-insert-state-entry-hook - 'evil-term-char-mode-entry-function nil t) + 'evil-collection-term-char-mode-entry-function nil t) (add-hook 'evil-insert-state-exit-hook 'term-line-mode nil t)) (defun evil-collection-term-send-tab () |
