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
2014-12-01 18:01:52 -05: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))