aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/init-flycheck.el
blob: 9e38e1de4b2131f80fe6bb331e281897ba03e8dd (plain)
1
2
3
(require-package 'flycheck)
(add-hook 'after-init-hook 'global-flycheck-mode)
(provide 'init-flycheck)