emacs-personal/lisp/init-flycheck.el
2018-08-04 12:53:25 -05:00

4 lines
103 B
EmacsLisp

(require-package 'flycheck)
(add-hook 'after-init-hook 'global-flycheck-mode)
(provide 'init-flycheck)