diff --git a/init.el b/init.el index c3bb4731..1d939643 100644 --- a/init.el +++ b/init.el @@ -239,6 +239,7 @@ (autoload 'skewer-start "setup-skewer" nil t) (autoload 'skewer-demo "setup-skewer" nil t) (autoload 'auto-complete-mode "auto-complete" nil t) +(eval-after-load 'flycheck '(require 'setup-flycheck)) ;; Map files to modes (require 'mode-mappings)