diff options
| author | James Nguyen <james@jojojames.com> | 2017-12-09 08:00:24 -0800 |
|---|---|---|
| committer | James Nguyen <james@jojojames.com> | 2017-12-09 08:00:24 -0800 |
| commit | df5d161017a26f1c5a6d19ecb106dcebba7ded8f (patch) | |
| tree | 15f9b8ba9343aa5f891b859a22b0715a1a210f48 /evil-collection-flycheck.el | |
| parent | be63ed1dfa906a04a8e58b32d9e32f323ce6258c (diff) | |
Clean up evil-collection-util
Diffstat (limited to 'evil-collection-flycheck.el')
| -rw-r--r-- | evil-collection-flycheck.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/evil-collection-flycheck.el b/evil-collection-flycheck.el index e091a21..3fd1f11 100644 --- a/evil-collection-flycheck.el +++ b/evil-collection-flycheck.el @@ -27,7 +27,7 @@ ;; Evil bindings for `flycheck-mode'. ;;; Code: -(require 'evil-collection-util) +(require 'evil) (require 'flycheck nil t) (defvar flycheck-error-list-mode-map) |
