diff options
| author | James Nguyen <james@jojojames.com> | 2017-11-05 10:15:44 -0800 |
|---|---|---|
| committer | James Nguyen <james@jojojames.com> | 2017-11-05 10:15:44 -0800 |
| commit | a8fc874fb53dd2b27fdabca08e98eab7a0e0af22 (patch) | |
| tree | 4f4ff67fa72b53737ccf2fc32c1f4f79cb0b33d2 /evil-collection.el | |
| parent | 66b54524037231891f8de0c796692a350b23f487 (diff) | |
Add evil-ansi-term
Diffstat (limited to 'evil-collection.el')
| -rw-r--r-- | evil-collection.el | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/evil-collection.el b/evil-collection.el index b6151fc..df482a0 100644 --- a/evil-collection.el +++ b/evil-collection.el @@ -56,6 +56,10 @@ (require 'evil-occur) (evil-occur-set-keys))) + (with-eval-after-load 'term + (require 'evil-ansi-term) + (evil-ansi-term-set-keys)) + (with-eval-after-load 'xref (require 'evil-xref) (evil-xref-set-keys))) |
