diff options
Diffstat (limited to 'evil-collection.el')
| -rw-r--r-- | evil-collection.el | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/evil-collection.el b/evil-collection.el index aa09e7c..4b21257 100644 --- a/evil-collection.el +++ b/evil-collection.el @@ -66,7 +66,10 @@ (evil-flycheck-set-keys)) (with-eval-after-load 'ggtags (require 'evil-ggtags) - (evil-ggtags-set-keys))) + (evil-ggtags-set-keys)) + (with-eval-after-load 'ivy + (require 'evil-ivy) + (evil-ivy-set-keys))) ;;;###autoload (defun evil-collection-all-modes-init () |
