diff options
| author | Fredrik Bergroth <fbergroth@gmail.com> | 2017-11-15 10:12:24 +0100 |
|---|---|---|
| committer | James N <james@jojojames.com> | 2017-11-15 18:43:58 -0800 |
| commit | a4d3719e4f692e99df4f8f289e76df09f111a637 (patch) | |
| tree | 2b6add59cb12ba69a8fbe4bf7cfcaeb246e4c0ba /evil-flycheck.el | |
| parent | 14d9c51a1a3b9c492d9dff8ff6cee62938b02bee (diff) | |
Require third party packages with NOERROR
Diffstat (limited to 'evil-flycheck.el')
| -rw-r--r-- | evil-flycheck.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/evil-flycheck.el b/evil-flycheck.el index 3844fb7..b099b59 100644 --- a/evil-flycheck.el +++ b/evil-flycheck.el @@ -28,7 +28,7 @@ ;;; Code: (require 'evil-collection-util) -(require 'flycheck) +(require 'flycheck nil t) (defun evil-flycheck-setup () (+evilify-map |
