(require 'flycheck) (dolist (mode '(c elixir json python ruby)) (add-hook (intern (concat (symbol-name mode) "-mode-hook")) 'flycheck-mode)) (setq flycheck-check-syntax-automatically '(save mode-enabled))