summaryrefslogtreecommitdiff
path: root/evil-collection-flycheck.el
diff options
context:
space:
mode:
authorJames Nguyen <james@jojojames.com>2017-12-09 08:00:24 -0800
committerJames Nguyen <james@jojojames.com>2017-12-09 08:00:24 -0800
commitdf5d161017a26f1c5a6d19ecb106dcebba7ded8f (patch)
tree15f9b8ba9343aa5f891b859a22b0715a1a210f48 /evil-collection-flycheck.el
parentbe63ed1dfa906a04a8e58b32d9e32f323ce6258c (diff)
Clean up evil-collection-util
Diffstat (limited to 'evil-collection-flycheck.el')
-rw-r--r--evil-collection-flycheck.el2
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)