diff --git a/init.el b/init.el index 67bd80f..ed26b2f 100644 --- a/init.el +++ b/init.el @@ -1,5 +1,5 @@ ;;; init.el --- tastytea's Emacs init file. -;; Time-stamp: <2019-09-30T10:00:39+00:00> +;; Time-stamp: <2019-09-30T16:38:17+00:00> ;;; Commentary: ;; Requires at least Emacs 24.3. @@ -217,6 +217,8 @@ With argument, do this that many times." (unless slow-computer (use-package flycheck :defer nil + :custom + (flycheck-cppcheck-checks '("style" "warning" "information")) :config (global-flycheck-mode) ;; (setq flycheck-check-syntax-automatically '(save new-line mode-change))