diff options
| author | James Nguyen <james@jojojames.com> | 2018-09-10 19:05:12 -0700 |
|---|---|---|
| committer | Eivind Fonn <evfonn@gmail.com> | 2018-09-12 11:43:34 +0200 |
| commit | 7ff4a877f3c5cc8765ee81a910c25d70940b486f (patch) | |
| tree | 79783f9e31c1e93852715388277be1f4d746dc7a /evil.el | |
| parent | 10749f71599f78a19187221b470cbb6f927b7fba (diff) | |
Split keybindings out from evil-integration
Diffstat (limited to 'evil.el')
| -rw-r--r-- | evil.el | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -141,6 +141,9 @@ (when evil-want-integration (require 'evil-integration)) +(when evil-want-keybinding + (require 'evil-keybindings)) + (run-hooks 'evil-after-load-hook) (provide 'evil) |
