This repository has been archived on 2024-10-22. You can view files and clone it, but cannot push or open issues or pull requests.
spacemacs/contrib/!usr/trishume/config.el
2015-05-25 00:50:38 -04:00

8 lines
222 B
EmacsLisp

(dolist (mode '(c++
json
racket
elisp
LaTeX
yaml))
(add-hook (intern (concat (symbol-name mode) "-mode-hook"))
'flycheck-mode))