diff options
| author | Frank Fischer <frank.fischer@mathematik.tu-chemnitz.de> | 2013-07-07 11:21:12 +0200 |
|---|---|---|
| committer | Frank Fischer <frank.fischer@mathematik.tu-chemnitz.de> | 2013-07-07 11:21:12 +0200 |
| commit | 7b65c6e64ce137573c251113c47a68fbaef6fc2e (patch) | |
| tree | aae87f220cf2c16a65c215b9451a9f162fb45191 /evil-integration.el | |
| parent | e774121d327a808230a7bd87b99978df7fb24796 (diff) | |
Require 'evil-repeat in evil-integration.
The macro `evil-without-repeat` is used for ace-jump.
Diffstat (limited to 'evil-integration.el')
| -rw-r--r-- | evil-integration.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/evil-integration.el b/evil-integration.el index f0dee39..21c809b 100644 --- a/evil-integration.el +++ b/evil-integration.el @@ -29,6 +29,7 @@ (require 'evil-core) (require 'evil-macros) (require 'evil-types) +(require 'evil-repeat) ;;; Code: |
