;;; flycheck.el --- My flycheck configuration -*- lexical-binding: t -*- ;; Author: William Carroll ;;; Commentary: ;; Hosts my Flycheck preferences ;;; Code: (use-package flycheck :config (global-flycheck-mode)) (provide 'wpc-flycheck) ;;; wpc-flycheck.el ends here