diff options
Diffstat (limited to 'lisp/init-flycheck.el')
-rw-r--r-- | lisp/init-flycheck.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/init-flycheck.el b/lisp/init-flycheck.el index a3f6c37..9e38e1d 100644 --- a/lisp/init-flycheck.el +++ b/lisp/init-flycheck.el @@ -1,2 +1,3 @@ (require-package 'flycheck) +(add-hook 'after-init-hook 'global-flycheck-mode) (provide 'init-flycheck) |